Applying feature engineering in order to boost the acc of the model. Using 3 fold cross validation to tune hyper-parameters. Using logistic regression and l2 regularization for classification.
- sklearn
- numpy
python src/feature_eng.py
Sentiment analysis on movie reviews to classify them into positive and negative reviews
Python