scikit-learn/sklearn/ensemble
Christian Lorentzen fc11deaf7f
ENH add feature subsampling per split for HGBT (#27139)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2023-11-14 18:26:01 +00:00
..
_hist_gradient_boosting ENH add feature subsampling per split for HGBT (#27139) 2023-11-14 18:26:01 +00:00
tests ENH Adding estimators_samples_ attribute to forest models (#26736) 2023-11-03 21:58:11 +01:00
__init__.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_bagging.py MNT SLEP6: raise NotImplementedError for meta-estimators not supporting metadata routing (#27389) 2023-09-25 13:50:18 +00:00
_base.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_forest.py DOC improve RandomForest docstring by explicitely stating the splitter strategy used (#27746) 2023-11-08 15:28:28 +00:00
_gb.py DOC Add link to Early Stopping example in Gradient Boosting (#27025) 2023-09-29 08:55:10 +02:00
_gradient_boosting.pyx MAINT Fix ctypedef types in tree submodule (#27352) 2023-10-05 12:47:11 -04:00
_iforest.py DOC add link to plot_isolation_forest.py (#26975) 2023-09-29 11:12:39 +02: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 MNT SLEP6: raise NotImplementedError for meta-estimators not supporting metadata routing (#27389) 2023-09-25 13:50:18 +00:00
_weight_boosting.py DOC fixed wrong equation reference in adaboost docstring (#27717) 2023-11-03 17:13:11 +01:00