oldoc63 / learningDS

Learning DS with Codecademy and Books
0 stars 0 forks source link

Naive Bayes Overview #515

Open oldoc63 opened 1 year ago

oldoc63 commented 1 year ago

Next, let's discuss Naive Bayes, a machine learning algorithm we'll use for text classification. In this module, you'll learn how to:

Vectorize text with scikit-learn
Build an email spam filter