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
GradientBoostingClassifier and GradientBoostingRegressor are not yet migrated to the new common (private) loss function module, see #15123. The steps needed are:
I could need some help deciding on how to tackle the initialization of raw_predictions. Should it be 100% backwards compatible or are tiny deviations allowed, e.g. clip(.., 1e-7) vs clip(.., 1e-14).
GradientBoostingClassifier
andGradientBoostingRegressor
are not yet migrated to the new common (private) loss function module, see #15123. The steps needed are:BaseGradientBoosting
ENH replace loss module Gradient boosting #26278The text was updated successfully, but these errors were encountered: