scikit-learn/sklearn/ensemble
Andreas Mueller 1c41368bac [MRG+1] Uncontroversial fixes from estimator tags branch (#8086)
* some bug fixes.

* minor fixes to whatsnew

* typo in whatsnew

* add test for n_components = 1 transform in dict learning

* feature extraction doc fix

* fix broken test

* revert aggressive input validation changes

* in SelectFromModel, don't store threshold_ in transform. If we called "fit", use estimates from last "fit".

* move score from EllipticEnvelope to OutlierDetectionMixin

* revert changes to Tfidf documentation

* remove dummy input validation from whatsnew

* fix text feature tests

* rewrite from_model threshold again...

* remove stray condition

* fix self.estimator -> estimator, slightly more interesting test

* typo in comment

* Fix issues in SparseEncoder, add tests.
more explicit explanation of SparseEncoder change, add issue numbers to whatsnew

* minor fixes in whats_new.rst

* slightly more consistency with tuples for shapes

* not longer typo
2017-06-06 16:34:47 +02:00
..
tests [MRG+1] Replace or remove VotingClassifier estimators by set_params (#7674) 2017-04-10 15:04:48 -04:00
__init__.py iforest 2015-10-24 15:17:32 +02:00
_gradient_boosting.pyx [MRG] fix #6101 GradientBoosting decision_function for sparse inputs (#6116) 2016-10-15 21:41:44 +11:00
bagging.py TST: added test that sample_weight can be a list (#8261) 2017-02-03 18:54:30 +11:00
base.py [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
forest.py [MRG] DOC Homogeneous deprecation in docstring (#8907) 2017-05-23 08:42:08 +02:00
gradient_boosting.py [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
iforest.py [MRG+1] FIX Correct depth formula in iforest (#8576) 2017-03-14 16:50:23 +01:00
partial_dependence.py TST/FIX Add check for estimator: parameters not modified by `fit` (#7846) 2017-01-20 11:33:17 +11: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 [MRG+1] Replace or remove VotingClassifier estimators by set_params (#7674) 2017-04-10 15:04:48 -04:00
weight_boosting.py [MRG+1] FIX AdaBoost ZeroDivisionError in proba #7501 (#8371) 2017-02-21 08:06:39 +11:00