XGBoost Regressor
This module belongs to the " Machine Learning algorithms" category.
Last updated
This module belongs to the " Machine Learning algorithms" category.
Last updated
The XGBoost Regressor is a parameterizable and trainable extreme gradient boosting regression model.
It outputs a parameterizable and trainable decision tree regressor model.
As boosters , we have:
gbtree
gblinear
dart
We can specify the importance type according to :
gain
weight
cover
total_gain
total_cover