scikit-learn/sklearn/ensemble
Thomas J. Fan 9d394c2daa
FIX Fixes histgradientboosting for cython 3.0 [scipy-dev] (#18883)
2020-11-25 21:38:25 +01:00
..
_hist_gradient_boosting FIX Fixes histgradientboosting for cython 3.0 [scipy-dev] (#18883) 2020-11-25 21:38:25 +01:00
tests MNT Catches scipy 1.3.0 for using deprecated tostring method (#18755) 2020-11-06 18:58:38 +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 Passes global configuration when spawning joblib jobs (#17634) 2020-09-21 16:59:42 +02:00
_gb.py DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04: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