mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-12 04:18:08 +00:00
Add comments
This commit is contained in:
parent
5c4e412a35
commit
e9f3d61643
|
@ -1,6 +1,9 @@
|
|||
"""
|
||||
Implementation from scratch of a Multinomial Naive Bayes Classifier.
|
||||
The algorithm is trained and tested on the twenty_newsgroup dataset from sklearn to perform text classification
|
||||
|
||||
Here the Wikipedia page to understand the theory behind this kind of probabilistic models:
|
||||
https://en.wikipedia.org/wiki/Naive_Bayes_classifier
|
||||
"""
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user