Skip to content

Mini Project: Naive Bayes

Mikiko Bazeley edited this page Jan 6, 2019 · 10 revisions

https://machinelearningmastery.com/overfitting-and-underfitting-with-machine-learning-algorithms/

https://stackoverflow.com/questions/27697766/understanding-min-df-and-max-df-in-scikit-countvectorizer

http://adataanalyst.com/scikit-learn/countvectorizer-sklearn-example/

http://sdsawtelle.github.io/blog/output/spam-classification-part2-vectorization-and-svm-pipeline.html

https://dscareercommunity.springboard.com/t/k9gvm6/statistical-assumptions-for-classifiers

https://dscareercommunity.springboard.com/t/h4j0yq/machine-learning-bayesian-methods-and-text-data

https://dscareercommunity.springboard.com/t/63j13w/naive-bayes-mini-project-exercise-viii-enrichment

https://towardsdatascience.com/why-you-should-care-about-the-nate-silver-vs-nassim-taleb-twitter-war-a581dce1f5fc

https://towardsdatascience.com/machine-learning-nlp-text-classification-using-scikit-learn-python-and-nltk-c52b92a7c73a

https://dscareercommunity.springboard.com/t/36fk0c/project-feedback-requested-basic-text-classification-with-naive-bayes

https://github.com/cs109/2015lab10/blob/master/TextAnalysis.ipynb

https://dscareercommunity.springboard.com/t/h4t144/naive-bayes-mini-project-help

https://github.com/rajeshdsar/Naive_bayes/blob/master/Mini_Project_Naive_Bayes.ipynb

What is log-likelihood?

Why optimize max log probability instead of probability?

Super helpful https://github.com/cs109/2015lab10/blob/master/TextAnalysis.ipynb https://github.com/rajeshdsar/Naive_bayes/blob/master/Mini_Project_Naive_Bayes.ipynb

Clone this wiki locally