scikit-learn/sklearn/tests
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
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py [MRG+1] Fix test of SingleInheritanceEstimator to not raise DeprecationWarning (#8526) 2017-03-31 19:20:49 -04:00
test_calibration.py [MRG+1] label binarizer not used consistently in CalibratedClassifierCV (#7799) 2016-11-08 07:09:19 +01:00
test_check_build.py doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
test_common.py [MRG + 1] Move n_iter and get_params invariance tests to common estimator_checks (#7677) 2016-10-20 10:23:15 -04:00
test_cross_validation.py [MRG+1] fix sampling in stratified shuffle split (#6472) 2016-09-09 19:00:49 +02:00
test_discriminant_analysis.py [MRG+1] Housekeeping Deprecations for v0.19 (#7927) 2016-12-09 12:43:38 -05:00
test_dummy.py MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
test_grid_search.py [MRG+1] Fix inverse_transform in deprecated GridSearchCV (#8860) 2017-05-12 14:33:08 +02:00
test_init.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_isotonic.py [MRG+1] Calculate confidence intervall only if we have enough samples (#8621) 2017-03-30 14:14:02 +02:00
test_kernel_approximation.py relax skewness assumption (#7573) 2017-05-18 14:17:10 -04:00
test_kernel_ridge.py Support sparse matrices in KernelRidge. 2015-03-12 23:08:10 +09:00
test_learning_curve.py learning_curve takes error_score parameter and propagates it. (#7397) 2016-09-29 20:45:16 -07:00
test_metaestimators.py FIX 7155: GridSearchCV predict_proba delegation to SDGClassifier 2016-09-12 20:47:21 +02:00
test_multiclass.py [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
test_multioutput.py [MRG+1] Uncontroversial fixes from estimator tags branch (#8086) 2017-06-06 16:34:47 +02:00
test_naive_bayes.py Add the possibility to add prior to Gaussian Naive Bayes 2016-03-22 18:13:48 -04:00
test_pipeline.py [MRG+1] EHN/DOC Make error msg about Memory more explicit (#8865) 2017-05-17 22:51:16 +10:00
test_random_projection.py MAINT move custom error/warning classes into sklearn.exceptions 2015-10-19 22:35:35 +02:00