ConorWaldron / Kaggle

For Kaggle Problems
0 stars 0 forks source link

Ensemble Model #4

Open ConorWaldron opened 3 years ago

ConorWaldron commented 3 years ago

Can we improve our results by using an ensemble model? So the input to the model would be the predictions from several other models?

ilGriso92 commented 3 years ago

Try out boosting https://www.youtube.com/watch?v=UHBmv7qCey4

ConorWaldron commented 3 years ago

Applied AdaBoosting in the random forest script, it was very easy to implement and it improved performance compared to the standard random forest method.