scikit-learn/sklearn/ensemble
Thomas J. Fan d4aad64b1e
MNT Update to black 22.3.0 to resolve click error (#22983)
* MNT Update to black 22.3.0 to resolve click error

* STY Update for new black version
2022-03-29 12:04:41 +02:00
..
_hist_gradient_boosting MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
tests TST Fix test failing scipy nightly (#22935) 2022-03-24 09:23:56 -04:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_bagging.py MNT Replace if_delegate_has_method with available_if in ensemble and semi_supervised (#20545) 2022-03-14 12:25:35 +01:00
_base.py API Deprecate max_feature=`auto` for tree classes (#22476) 2022-03-23 17:59:23 +01:00
_forest.py ENH Add get_feature_names_out for RandomTreesEmbedding module (#21762) 2022-03-08 19:29:22 +01:00
_gb.py DOC Update documentation of gradient boosting estimators w/ ranges (#22153) 2022-02-23 14:44:25 +01:00
_gb_losses.py FIX Corrects negative gradient of AdaBoost loss in GBDT (#22050) 2021-12-23 10:36:18 -05:00
_gradient_boosting.pyx ENH Replaced RandomState.rand with equivalent uniform (#22327) 2022-02-01 17:09:38 -05:00
_iforest.py MNT Bump joblib version dependency to 1.0.0 (#22365) 2022-02-09 13:47:18 +01:00
_stacking.py MNT Replace if_delegate_has_method with available_if in ensemble and semi_supervised (#20545) 2022-03-14 12:25:35 +01:00
_voting.py ENH Add feature_names_out to voting estimators (#22697) 2022-03-08 20:49:59 +01:00
_weight_boosting.py DOC Update documentation of weight boosting estimators w/ ranges (#22155) 2022-01-24 19:48:25 +01:00
setup.py ENH Replace loss module HGBT (#20811) 2022-01-11 15:02:41 -05:00