You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could add the sklearn GradientBoostingClassifier. Although it is not the same implementation as xgboost, it is sufficient to introduce the boosting concept.
We could also consider the HistGradientBoostingClassifier as an alternative. However, it is currently experimental, and we do not need to support large datasets.
The text was updated successfully, but these errors were encountered:
We could add the sklearn GradientBoostingClassifier. Although it is not the same implementation as xgboost, it is sufficient to introduce the boosting concept.
We could also consider the HistGradientBoostingClassifier as an alternative. However, it is currently experimental, and we do not need to support large datasets.
The text was updated successfully, but these errors were encountered: