Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages