Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
---
|
5 |
+
|
6 |
+
# Sentiment Analysis Common Models
|
7 |
+
This is the models created from this [sentiment analysis common repo](https://github.com/dsdevnull/sentiment-analysis-common) that I created.
|
8 |
+
|
9 |
+
Right now this repo contains: Multinomial Naive Bayes model on top of a Term Frequency-Inverse Document Frequency (TFIDF) ranking. Plus the Vectorizer used to fit the model.
|