scikit-learn/sklearn/ensemble
Pieter Gijsbers b242b9dd20
ENH Pass only bootstrap to `_parallel_build_trees` (#22106)
2021-12-31 15:31:37 -05:00
..
_hist_gradient_boosting MNT Fixes deprecation error in [scipy-dev] (#21812) 2021-11-30 11:46:32 +01:00
tests FIX Corrects negative gradient of AdaBoost loss in GBDT (#22050) 2021-12-23 10:36:18 -05:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_bagging.py FIX delete feature_names_in_ when refitting on a ndarray (#21389) 2021-10-23 12:30:05 +02:00
_base.py DOC Ensures that VotingRegressor passes numpydoc validation (#20450) 2021-07-10 17:19:04 -04:00
_forest.py ENH Pass only bootstrap to `_parallel_build_trees` (#22106) 2021-12-31 15:31:37 -05:00
_gb.py FIX Remove warnings when fitting a dataframe (#21578) 2021-11-29 17:55:37 +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 MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_iforest.py FIX Non-fit methods no long raises UserWarning for valid dataframes (#21199) 2021-10-01 18:16:06 +02:00
_stacking.py DOC Ensures that StackingRegressor passes numpydoc validation (#21444) 2021-10-25 10:45:11 +02:00
_voting.py DOC Ensures that VotingClassifier passes numpydoc validation (#20948) 2021-09-06 11:27:37 +02:00
_weight_boosting.py DOC Update documentation of weight boosting estimators w/ranges (#22097) 2021-12-31 15:27:42 -05:00
setup.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00