gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
577 stars 174 forks source link

[EXE] Ensemble and stacking methods #52

Closed gimseng closed 3 years ago

gimseng commented 3 years ago

Learning Goals

[Learning goals, bulleted/numbered list is preferred] Starting with randomforest, adaboost, etc up to popular LightGBM, XGBoost, expose learners to a variety of bagging/boosting/ensemble/stacking techniques.

This could be a series of 4-5 exercises.

anandravishankar12 commented 3 years ago

Hey, I was wondering if I could contribute to this issue. This would be my first OSS contribution. Let me know if I can contribute in any manner.

gimseng commented 3 years ago

Hi @anandravishankar12 thanks for the interest and the help ! And yes, please contribute ! Please check out the contributing guide as well as a few of the projects to see what are the structures and format/convention. Otherwise, its all very informal and flexible. Feel free to create a PR once you created the codes and figured out how to do all the git stuff. Its ok to fumble and make mistakes as first contribution, we will help each other during the PR discussion.

Again, thanks !

anandravishankar12 commented 3 years ago

Have submitted my first PR. Kindly review it and get back to me with the required changes. Thanks you.