sklearn.experimental.enable_hist_gradient_boosting¶
This is now a no-op and can be safely removed from your code.
It used to enable the use of
HistGradientBoostingClassifier
and
HistGradientBoostingRegressor
when they were still
experimental, but these estimators are now stable and can be imported
normally from sklearn.ensemble
.