Bayesian Network Classifier

· Bayesian Networks · Probabilistic Inference · Machine Learning · Python · Jupyter Notebook · Data Science ·

A university assignment required us to use a Bayesian Network to classify Breast Cancer. Probabilities were estimated from sample data in CSV format. Graph topology was provided. This network had an accuracy of 91% (based on provided sample data) and performed similarly to other ML methods.