
naivebayes - High Performance Implementation of the Naive Bayes Algorithm
In this implementation of the Naive Bayes classifier following class conditional distributions are available: 'Bernoulli', 'Categorical', 'Gaussian', 'Poisson', 'Multinomial' and non-parametric representation of the class conditional density estimated via Kernel Density Estimation. Implemented classifiers handle missing data and can take advantage of sparse data.
Last updated 1 months ago
classification-modeldatasciencemachine-learningnaive-bayes
10.47 score 37 stars 6 dependents 1.0k scripts 4.3k downloads