scikit-learn/sklearn/tests
Thomas J. Fan 6c2718b82e
ENH Adds get_feature_names_out for cross_decomposition (#22119)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-01-04 16:04:35 +01:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py FIX delete feature_names_in_ when refitting on a ndarray (#21389) 2021-10-23 12:30:05 +02:00
test_build.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_calibration.py ENH make CalibratedClassifierCV accept on fit_params (#18170) 2021-12-17 10:35:50 +01:00
test_check_build.py Change assert_raises to pytest_raises (#19509) 2021-03-01 10:36:59 +01:00
test_common.py ENH Adds get_feature_names_out for cross_decomposition (#22119) 2022-01-04 16:04:35 +01:00
test_config.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_discriminant_analysis.py ENH Adds get_feature_names_out for discriminant_analysis (#22120) 2022-01-04 11:54:05 +01:00
test_docstring_parameters.py ENH Adds n_features_to_select upper limit to SeqFeatureSelector (#20145) 2021-12-24 09:13:16 -05:00
test_docstrings.py DOC Ensures randomized_range_finder passes numpydoc validation (#22069) 2021-12-24 08:01:26 -05:00
test_dummy.py TST avoid FutureWarning due to n_features_in_ deprecation in Dummy* (#20963) 2021-09-07 14:14:31 +02:00
test_init.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_isotonic.py FIX avoid `isotonic_regression` to modify `sample_weight` in-place (#20515) 2021-07-21 18:25:18 +02:00
test_kernel_approximation.py FIX incorrect `component_indices_` in Nystroem (#20554) 2021-09-02 16:14:36 +02:00
test_kernel_ridge.py FIX Uses code literals in deprecated to prevent linking (#20410) 2021-06-28 15:49:19 +02:00
test_metaestimators.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
test_min_dependencies_readme.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
test_multiclass.py FIX Fixes OneVsRestClassifier predict_proba for constant int targets (#21871) 2021-12-22 00:08:48 +01:00
test_multioutput.py TST avoid FutureWarning due to n_features_in_ deprecation in Dummy* (#20963) 2021-09-07 14:14:31 +02:00
test_naive_bayes.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
test_pipeline.py FIX Removes validation in __init__ for Pipeline (#21888) 2021-12-10 14:08:39 -05:00
test_random_projection.py ENH Add get_feature_names_out for random_projection module (#21330) 2021-11-03 15:49:46 +01:00