It's my first time using python and I have created a basic csv file. I want to know how would you create a predictive model using Naive Bayes to classify if the words are informative or uninformative ?
Asked
Active
Viewed 44 times
1 Answers
1
Python has a very extensive machine learning library scikit-learn.
As you are new to AI with python, you should consider learning from the basics. If you have already, DataCamp's Naive Bayes guide would be a good resource you can follow to achieve the classification model you want.

edusanketdk
- 602
- 1
- 6
- 11