Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 362 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 362 Bytes

Descriptions

You can find details in the following files

Naive-Bayes-Classifier.ipynb

  • Description and implementation of Naive Bayes classification model.
  • It uses car evaluation dataset to classif

Gaussian-Naive-Bayes-Classifier.ipynb

  • Description and implementation of Gaussian-Naive Bayes classification model.
  • It uses iris dataset to classify.