scikit-learn/sklearn/ensemble
Andreas Mueller d879b5cdbe MNT be more friendly in the deprecation warning of cv=3 (#13395)
* be more friendly in the deprecation of cv=3

* add hint on specifying cv

* catch all the right warnings
2019-03-05 19:28:34 +01:00
..
tests MNT be more friendly in the deprecation warning of cv=3 (#13395) 2019-03-05 19:28:34 +01:00
__init__.py iforest 2015-10-24 15:17:32 +02:00
_gb_losses.py FIX several bugs in initial predictions for GBDT (#12983) 2019-03-01 07:00:41 +01:00
_gradient_boosting.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
bagging.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
base.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00
forest.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00
gradient_boosting.py FIX several bugs in initial predictions for GBDT (#12983) 2019-03-01 07:00:41 +01:00
iforest.py ENH avoid storage of each tree predictions (#13260) 2019-03-02 15:41:03 +01:00
partial_dependence.py MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00
setup.py [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00
voting_classifier.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00
weight_boosting.py DOC Add examples to Adaboost estimators (#13373) 2019-03-04 23:18:42 +08:00