scikit-learn/sklearn/tests
Lakshya KD 3a2fbe1d34 ENH adding length function to pipeline.py (#13439)
* adding length function to pipeline.py

* modified length function name and added test

* added space in test__len__() function

* modified test_pipeline.py

* removed extra space in test_pipeline.py

* modified assert statement

* added the enhancement label in changelog of v0.21.rst

* modified the enhancement label in changelog of v0.21.rst

* modified message in changelog file

* modified test and changed enhancement message

* added backticks in message
2019-03-16 16:34:14 +01:00
..
__init__.py
test_base.py DOC Typo metric.make_scorer -> metrics.make_scorer 2019-03-15 20:42:59 +08:00
test_calibration.py MNT be more friendly in the deprecation warning of cv=3 (#13395) 2019-03-05 19:28:34 +01:00
test_check_build.py doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
test_common.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00
test_config.py [MRG] Add pprint for estimators - continued (#11705) 2018-12-19 23:48:21 -05:00
test_discriminant_analysis.py [MRG+2] Fix LDA predict_proba() (#11796) 2019-03-07 17:44:17 +01:00
test_docstring_parameters.py MNT More clean up after we remove python < 3.5 (#13078) 2019-02-02 22:01:13 +08:00
test_dummy.py API Change default multioutput in RegressorMixin.score to keep consistent with metrics.r2_score (#13157) 2019-03-15 17:47:50 +08:00
test_impute.py MNT be more friendly in the deprecation warning of cv=3 (#13395) 2019-03-05 19:28:34 +01:00
test_init.py Remove test_import_sklearn_no_warnings (#12244) 2018-10-02 12:13:48 -04:00
test_isotonic.py FIX: make sure int32 is casted to float64 in isotonic regression (#13300) 2019-02-28 14:47:13 +01:00
test_kernel_approximation.py MNT Replaced all occurrences of assert_true and assert_false with assert (#12588) 2018-11-28 09:16:26 +08:00
test_kernel_ridge.py add random_state (#9542) 2017-08-13 21:26:05 -07:00
test_metaestimators.py MNT be more friendly in the deprecation warning of cv=3 (#13395) 2019-03-05 19:28:34 +01:00
test_multiclass.py MNT be more friendly in the deprecation warning of cv=3 (#13395) 2019-03-05 19:28:34 +01:00
test_multioutput.py ENH/FIX Replace jaccard_similarity_score by sane jaccard_score (#13151) 2019-03-13 20:59:08 +08:00
test_naive_bayes.py MNT Ignore warning in BaseDiscreteNB.partial_fit when target class was not yet observed (#13280) 2019-02-26 23:03:54 +08:00
test_pipeline.py ENH adding length function to pipeline.py (#13439) 2019-03-16 16:34:14 +01:00
test_random_projection.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
test_site_joblib.py FIX make joblib utils private, and remove mentions of externals.joblib (#12345) 2018-11-20 10:53:52 +11:00