| .. |
|
__init__.py
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 12:06:57 +02:00 |
|
test_base.py
|
ENH Adds Column name consistency (#18010)
|
2021-08-17 14:48:21 +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
|
FIX use same API for CalibrationDisplay than other Display (#21031)
|
2021-09-14 10:57:02 +02:00 |
|
test_check_build.py
|
Change assert_raises to pytest_raises (#19509)
|
2021-03-01 10:36:59 +01:00 |
|
test_common.py
|
MAINT remove duplicate category (#21056)
|
2021-09-15 11:53:42 -04: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
|
STY Removes trailing comma in lists for nicer black formatting (#20627)
|
2021-07-28 16:08:42 -07:00 |
|
test_docstring_parameters.py
|
STY Enables black with experimental_string_processing=true (#20412)
|
2021-06-29 09:47:04 +02: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 OvOClassifier.n_features_in_ and other unexpected warning at prediction time when checking feature_names_in_ (#20853)
|
2021-09-01 11:36:01 +02: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
|
ENH add support for `'passthrough'` in FeatureUnion (#20860)
|
2021-09-14 15:19:46 -04:00 |
|
test_random_projection.py
|
MNT Applies black formatting to most of the code base (#18948)
|
2021-06-17 14:21:09 -04:00 |