I am working on logistic regression classifier to predict product review sentiments either positive or negative,
which is the best ensemble- boosting approach to use
Ensemble technique
erigits
#1
Aarshay
#2
Hi @erigits,
You can try GBM or XGBoost, both are gradient boosting techniques. Detailed information below:
- http://www.analyticsvidhya.com/blog/2016/02/complete-guide-parameter-tuning-gradient-boosting-gbm-python/
- http://www.analyticsvidhya.com/blog/2016/03/complete-guide-parameter-tuning-xgboost-with-codes-python/
Cheers,
Aarshay