aloknsingh / ds_xgboost_clf_4_imbalance_data

5 stars 35 forks source link

Minor edits in Notebook #7

Open MadisonJMyers opened 6 years ago

MadisonJMyers commented 6 years ago

(My notes go in sequential order.)

A more correct version would look like: "Though the above tutorial is very detailed, here is some additional information on XGBoost so that you can have some context. XGBoost was developed by Tianqi Chen.XGboost is a class of ML algorithms which uses Gradient Boosting. Gradient Boosting in is an ensemble technique, where, at each step, new models are added to correct the errors made by existing models and thus models are added sequentially until no more improvement is possible. Each of the tree models are classification and regression trees (CART). The ensemble of multiple trees gives better results compared to an individual tree. The objective of XGBoost model is given by:"

rhagarty commented 6 years ago

Thanks @MadisonJMyers !

MadisonJMyers commented 6 years ago

Np!

aloknsingh commented 6 years ago

@MadisonJMyers thanks. It lgtm and I will incorporated the changes

MadisonJMyers commented 6 years ago

@aloknsingh Great! Let me know when you do and I'll close the issue.