scikit-learn/sklearn/ensemble
simonamaggio 989613e5c3
DEP Deprecate n_classes_ in GradientBoostingRegressor (#17702)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-08-13 19:25:55 +02:00
..
_hist_gradient_boosting FIX Change MRO for some estimators (#17934) 2020-07-17 12:26:36 +02:00
tests DEP Deprecate n_classes_ in GradientBoostingRegressor (#17702) 2020-08-13 19:25:55 +02:00
__init__.py Fix mypy errors (#16726) 2020-03-30 15:41:05 +02:00
_bagging.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
_base.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
_forest.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
_gb.py DEP Deprecate n_classes_ in GradientBoostingRegressor (#17702) 2020-08-13 19:25:55 +02:00
_gb_losses.py DEP Deprecate n_classes_ in GradientBoostingRegressor (#17702) 2020-08-13 19:25:55 +02:00
_gradient_boosting.pyx MNT More replacements of numpy aliases with built-in types (#17707) 2020-06-26 12:45:03 +02:00
_iforest.py [MRG] Prototype 4 for strict check_estimator mode (#17361) 2020-08-06 12:02:15 +02:00
_stacking.py BUG Fixes stacker compatibility with estimators without n_features_in_ (#17357) 2020-07-09 11:31:04 +02:00
_voting.py [MRG] More deprecation for 0.24 (#17142) 2020-05-20 16:04:14 -04:00
_weight_boosting.py DOC Enable links to objects in docstrings (Sprint Issue #17417) (#17488) 2020-06-06 16:51:07 -04:00
setup.py ENH Native support for missing values in GBDTs (#13911) 2019-08-21 11:22:00 +02:00