scikit-learn/sklearn/ensemble
Thomas J. Fan b94332434d
API Removes tol=None option from HistGradientBoosting* (#19296)
* API Removes tol=None option from HistGradient*

* Pass tol=0.0 instead of tol=None in early stopping tests

Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-01-29 15:07:25 +01:00
..
_hist_gradient_boosting API Removes tol=None option from HistGradientBoosting* (#19296) 2021-01-29 15:07:25 +01:00
tests FIX/MNT do not support OOB score for multiclass-multioutput and additional refactoring (#19162) 2021-01-25 13:46:18 +01:00
__init__.py Fix mypy errors (#16726) 2020-03-30 15:41:05 +02:00
_bagging.py FIX Passes global configuration when spawning joblib jobs (#17634) 2020-09-21 16:59:42 +02:00
_base.py DOC improve documentation of get/set params (#18285) 2020-08-31 12:05:53 -04:00
_forest.py FIX/MNT do not support OOB score for multiclass-multioutput and additional refactoring (#19162) 2021-01-25 13:46:18 +01:00
_gb.py MNT change 0.25 to 1.0 and 0.26 to 1.1 in deprecation messages (#19005) 2020-12-18 16:09:19 +00:00
_gb_losses.py TST fix binomial deviance (#18250) 2020-08-31 13:29:11 +02:00
_gradient_boosting.pyx MNT More replacements of numpy aliases with built-in types (#17707) 2020-06-26 12:45:03 +02:00
_iforest.py DOC fix docstring in ensemble module (#18228) 2020-08-21 23:44:21 +02:00
_stacking.py DOC Improve links in cross_validation's user guide (#18379) 2020-09-24 11:19:09 -04:00
_voting.py DOC Fix versionadded for 0.23 (#18522) 2020-10-05 10:23:32 +11:00
_weight_boosting.py DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04:00
setup.py ENH Add Categorical support for HistGradientBoosting (#18394) 2020-11-16 23:10:12 +01:00