Skip to content

This repository contains a comparison of different Naive Bayes classifiers (Bernoulli, Gaussian, and Multinomial) for predicting benign and malignant cancer cases. The project includes confusion matrices for each classifier to evaluate their performance.

License

Notifications You must be signed in to change notification settings

oomeravcii/CancerPrediction-with-NaiveBayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cancer Prediction With Machine Learning (NaiveBayes)

This repository contains a comparison of different Naive Bayes classifiers (Bernoulli, Gaussian, and Multinomial) for predicting benign and malignant cancer cases. The project includes confusion matrices for each classifier to evaluate their performance.

Accurate cancer diagnosis is crucial for effective treatment. This project aims to compare the performance of three Naive Bayes classifiers in predicting benign and malignant cases. The classifiers used are:

  • Bernoulli Naive Bayes
  • Gaussian Naive Bayes
  • Multinomial Naive Bayes

Requirements

  • Python 3.x
  • scikit-learn
  • matplotlib
  • pandas

Dataset

The dataset used in this project is the Breast Cancer Wisconsin (Original) Data Set.

About

This repository contains a comparison of different Naive Bayes classifiers (Bernoulli, Gaussian, and Multinomial) for predicting benign and malignant cancer cases. The project includes confusion matrices for each classifier to evaluate their performance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages