scikit-learn/sklearn/ensemble
Olivier Grisel 1fbf5fb317
TST Speed up some of the slowest tests (#27383)
2023-09-16 11:09:15 +02:00
..
_hist_gradient_boosting MAINT DOC HGBT leave updated if loss is not smooth (#26254) 2023-08-08 13:45:05 +05:00
tests TST Speed up some of the slowest tests (#27383) 2023-09-16 11:09:15 +02:00
__init__.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_bagging.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_base.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_forest.py ENH Adds support for missing values in Random Forest (#26391) 2023-07-27 16:37:20 +00:00
_gb.py FIX _safe_divide should handle zero-division with numpy scalar (#27312) 2023-09-10 22:13:26 +05:00
_gradient_boosting.pyx MNT remove unused args in _predict_regression_tree_inplace_fast_dense (#26314) 2023-05-02 15:37:13 -04:00
_iforest.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_stacking.py ENH add metadata routing to cross_val* (#26896) 2023-08-09 10:15:39 +02:00
_voting.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_weight_boosting.py MNT Deprecate SAMME.R algorithm from AdaBoostClassifier (#26830) 2023-09-07 21:54:52 +02:00