Skip to content

Kostas-Pappas/Sentiment-Analysis-of-Samsung-s-Galaxy-and-Apple-s-iPhone-Smartphones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Sentiment Analysis of Samsung’s Galaxy and Apple’s iPhone Smartphones

Description

I applied different classification models to a test dataset collected from commoncrawl(WET files for July 2019) to predict the overall sentiment toward Apple's iPhone and Samsung's Galaxy using 2 labeled training sets.
Apart from the goal of conducting sentiment analysis. I used this project as an opportunity to discover automatic feature engineering tools available in Python and R and to:

  1. Compare R MLR and Python ScikitLearn workflows.
  2. Compare different open source free Automatic Machine Learning Frameworks( Automatic Hyperparameter Tuning and Automatic Model selection )