Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 330 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 330 Bytes

Analyse des sentiments

SCraping from youtube

preprocessing dataset

Textblob sentiment analyzer returns two properties for a given input sentence: Polarity is a float that lies between [-1,1], -1 indicates negative sentiment and +1 indicates positive sentiments.

Model :Random forest, LogisticRegression, MultinomialNB