scikit-learn/sklearn/ensemble
Guillaume Lemaitre 2199de6492
TST enable to run common test on stacking and voting estimators (#18045)
* TST enable to run common test on stacking and voting estimators

* revert config changes

* revert unecessary change in _testing

* TST remove check_estimator from local files

* PEP8
2020-10-08 12:05:06 +02:00
..
_hist_gradient_boosting DOC Fix versionadded for 0.23 (#18522) 2020-10-05 10:23:32 +11:00
tests TST enable to run common test on stacking and voting estimators (#18045) 2020-10-08 12:05:06 +02: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 Native support for missing values in GBDTs (#13911) 2019-08-21 11:22:00 +02:00