NaiveBayes_LearningCurves

Naive Bayes comparison and learning curves

APACHE-2.0 License

Stars
7
Committers
2

NaiveBayes_LearningCurves

This code uses existing implementations of Naive Bayes (taken from Scikit Learn) to study the trend of generalization error with increasing number of examples. Concretely two textual datasets are used:

Related Projects