scikit-learn/sklearn/ensemble
Guillaume Lemaitre fcdddd58ad
MAINT use Voting and Stacking support missing values (#27710)
2023-12-05 08:24:21 -05:00
..
_hist_gradient_boosting ENH detect categorical polars columns in HistGradientBoosting (#27835) 2023-12-05 10:15:06 +01:00
tests FIX IsolationForest accepts sparse matrix with float value contamination (#27645) 2023-12-02 07:10:19 +00:00
__init__.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_bagging.py MAINT remove deprecated base_estimator and base_estimator_ (#27826) 2023-11-24 13:27:02 -05:00
_base.py MAINT use Voting and Stacking support missing values (#27710) 2023-12-05 08:24:21 -05:00
_forest.py FIX RandomForestRegressor OOB fails with integer-values multiple targets (#27817) 2023-11-25 09:06:38 -05:00
_gb.py MAINT Fix typos found by codespell (#27824) 2023-11-22 15:59:36 +00:00
_gradient_boosting.pyx MAINT Fix ctypedef types in tree submodule (#27352) 2023-10-05 12:47:11 -04:00
_iforest.py FIX IsolationForest accepts sparse matrix with float value contamination (#27645) 2023-12-02 07:10:19 +00:00
_stacking.py MNT SLEP6: raise NotImplementedError for meta-estimators not supporting metadata routing (#27389) 2023-09-25 13:50:18 +00:00
_voting.py MAINT use Voting and Stacking support missing values (#27710) 2023-12-05 08:24:21 -05:00
_weight_boosting.py MAINT remove deprecated base_estimator and base_estimator_ (#27826) 2023-11-24 13:27:02 -05:00