dsdevnull commited on
Commit
43d7662
1 Parent(s): 29aa547

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
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.