scikit-learn/sklearn/ensemble/tests
Yichuan Liu 194c231d49 [MRG+1] Replace or remove VotingClassifier estimators by set_params (#7674)
* PR to 7288
Use _BaseComposition as base

*  Fix flakes problem

* Change ``pipeline``, add more tests and other changes
1. Use ``_BaseComposition`` in class ``Pipeline`` and ``FeatureUnion``
2. Add tests of soft voting ``transform`` when one estimator is set to None
3. Add estimator name validation in ``_BaseComposition`` and tests
4. Other requested changes.

* Remove the unused import warn

* Add more test and documentation

* resolve conflict with master

* Add testing cases and modify documentation

* Add to whats_new.rst

*  Fix too many blank lines
2017-04-10 15:04:48 -04:00
..
__init__.py ENH: Added __init__.py into ensemble/tests/ 2011-11-16 16:27:20 +01:00
test_bagging.py [MRG+2] FIX adaboost estimators not randomising correctly (#7411) 2016-09-23 17:00:32 +10:00
test_base.py [MRG+1] Dropping python 2.6 support (#7890) 2016-11-23 17:11:04 -05:00
test_forest.py [MRG+1] ENH/FIX Introduce min_impurity_decrease param for early stopping based on impurity; Deprecate min_impurity_split (#8449) 2017-04-03 09:38:53 -07:00
test_gradient_boosting.py [MRG+1] ENH/FIX Introduce min_impurity_decrease param for early stopping based on impurity; Deprecate min_impurity_split (#8449) 2017-04-03 09:38:53 -07:00
test_gradient_boosting_loss_functions.py [MRG+1] Corrected sign error in QuantileLossFunction (#6429) 2016-12-22 18:09:58 +01:00
test_iforest.py [MRG+1] FIX Correct depth formula in iforest (#8576) 2017-03-14 16:50:23 +01:00
test_partial_dependence.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_voting_classifier.py [MRG+1] Replace or remove VotingClassifier estimators by set_params (#7674) 2017-04-10 15:04:48 -04:00
test_weight_boosting.py [MRG+1] FIX AdaBoost ZeroDivisionError in proba #7501 (#8371) 2017-02-21 08:06:39 +11:00