Skip to content

divanshArora/NaiveBayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

NaiveBayes

Simple Naive Bayes implementation from scratch on UIUC TA evaluation dataset (http://archive.ics.uci.edu/ml/datasets/Teaching+Assistant+Evaluation). Does not use pandas. Implements both Gaussian and Empirical methods. uses add one laplace smoothing for empirical implementation. 5 fold cross validation is als performed on data and results analyzed. train-test split tweaked and accuracy plotted. Note the paths in main.csv are hard-coded and should be changed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages