Back to Scikit Learn

32708.Api

doc/whats_new/upcoming_changes/sklearn.ensemble/32708.api.rst

1.8.0362 B
Original Source
  • The criterion parameter is now deprecated for classes :class:ensemble.GradientBoostingRegressor and :class:ensemble.GradientBoostingClassifier, as both options ("friedman_mse" and "squared_error") were producing the same results, up to floating-point rounding discrepancies and a bug in "friedman_mse". By :user:Arthur Lacote <cakedev0>