vageesh1 / Airplane-tweets--sentiment-analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Airplane-sentiment-analysis

Demo of an setence using these

''' text='plus youve added commercials to the experience... tacky'
text=finalpreprocess(text)
text=[text]
text_vector=tfidf_vectorizer.transform(text)
y_predict = lr_tfidf.predict(text_vector)
'''

About


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%