simonmarty / data-mining-project

Sentiment Analysis on Real and Fake News
MIT License
3 stars 1 forks source link

Create python file with Models to run #1

Closed simonmarty closed 4 years ago

simonmarty commented 4 years ago

I need either a list of models to use or to meet with you and discuss this

gluisjosue commented 4 years ago

Models are Bernoulli Naive Bayes, Multinomial Naive Bayes, and Logistic Regression.

Logistic regression will be run on all three datasets. Multinomial NB will be run on TFIDF and non-binary Count Vectorizer data. Bernoulli NB will be run on Binary Count Vectorizer data.

import headers were added to model.py. Make sure you have sklearn package.