ML-DL-implementation
ML-DL-implementation copied to clipboard
Implement Complement Naive Bayes and Categorical Naive Bayes Models
Resources :-
https://scikit-learn.org/stable/modules/naive_bayes.html https://scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html#sklearn.naive_bayes.ComplementNB https://scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html#sklearn.naive_bayes.CategoricalNB https://www.geeksforgeeks.org/complement-naive-bayes-cnb-algorithm/