Skip to content

chandrashekhar1227-ML/Message_Polarity_Prediction_using_CatBoost_Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Message_Polarity_Prediction_using_CatBoost_Classifier

Rank 1/190

The given data was all numerical. I first determined the correlation among all the independent variables that were very low, so I decided to include all the predictor variables. The given labels were imbalanced. To balance it, I used random over-sampling technique from the imblearn package. Then I divided the data set into 80:20 train and test ratio and built the model with different algorithms like Random Forest, XGB classifier, LightGBM and CatBoost. CatBoost was able to give high precision and recall. I did hyperparameter tuning using randomised search cv. One of the parameters gave me the highest accuracy and the final model was built using those parameters.

Link to the Competition:

Winners article link by Analytics india magazine:

Releases

No releases published

Packages

No packages published