scikit-learn/sklearn
Guillaume Lemaitre 2330c4c465
MNT remove deprecated kind='legacy' in partial_dependence (#21589)
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2021-11-24 11:11:10 +01:00
..
__check_build MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_build_utils MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_loss DOC Typos found by codespell (#21069) 2021-09-17 19:04:54 +02:00
cluster FIX wminkowski removed in 1.8.0.dev0 (#21741) 2021-11-23 22:05:16 +01:00
compose Improve validation messages with infinite data (#21219) 2021-10-29 15:59:57 +02:00
covariance Improve validation messages with infinite data (#21219) 2021-10-29 15:59:57 +02:00
cross_decomposition Improve validation messages with infinite data (#21219) 2021-10-29 15:59:57 +02:00
datasets DOC Ensures that load_files passes numpydoc validation (#21727) 2021-11-22 19:37:34 +01:00
decomposition FIX check that parameters validation happen in fit for KernelPCA (#21567) 2021-11-15 08:37:18 +01:00
ensemble MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
experimental MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
externals MNT sync externals/_pilutil.py with upstream (#21161) 2021-09-27 14:38:38 +02:00
feature_extraction MAINT lower memory usage of test_pickling_vectorizer (#21550) 2021-11-04 11:47:38 +01:00
feature_selection Improve validation messages with infinite data (#21219) 2021-10-29 15:59:57 +02:00
gaussian_process DOC fix typo in gaussian_process_regressor (#21653) 2021-11-15 15:14:04 +01:00
impute MAINT Make test_iterative_imputer_catch_warning failures more informative (#21709) 2021-11-19 11:58:08 +01:00
inspection MNT remove deprecated kind='legacy' in partial_dependence (#21589) 2021-11-24 11:11:10 +01:00
linear_model FIX/API Fix AIC/BIC in LassoLarsIC and introduce noise_variance (#21481) 2021-11-23 21:32:26 +01:00
manifold TST Simplify test_spectral_embedding_two_components (#21564) 2021-11-05 17:35:40 +01:00
metrics FIX wminkowski removed in 1.8.0.dev0 (#21741) 2021-11-23 22:05:16 +01:00
mixture FIX/API Fix AIC/BIC in LassoLarsIC and introduce noise_variance (#21481) 2021-11-23 21:32:26 +01:00
model_selection MNT modify test_nested_cv to speed-up CI build two (#21551) 2021-11-05 10:46:58 -04:00
neighbors FIX wminkowski removed in 1.8.0.dev0 (#21741) 2021-11-23 22:05:16 +01:00
neural_network DOC use Python float instead of C double (#21489) 2021-10-28 16:12:14 +02:00
preprocessing FIX Ignore distutils warning in [scipy-dev] + fix numpy 1.22 support in OneHotEncoder (#21517) 2021-11-04 12:17:50 +01:00
semi_supervised DOC Ensures that LabelSpreading passes numpydoc validation (#21414) 2021-10-23 13:00:25 +02:00
svm TST accelerate runtime for test svm/tests/test_svm.py::test_svc_ovr_tie_breaking[NuSVC] (#21443) 2021-11-08 16:03:41 +01:00
tests TST check the legend instead of label names in CalibrationDisplay (#21697) 2021-11-18 10:30:59 +01:00
tree MNT remove X_idx_sorted parameter in decision trees (#21593) 2021-11-08 08:08:43 +01:00
utils FIX/API Fix AIC/BIC in LassoLarsIC and introduce noise_variance (#21481) 2021-11-23 21:32:26 +01:00
__init__.py MNT bumb version number to 1.1 (#20945) 2021-09-06 14:33:59 +02:00
_config.py DOC make "sklearn._config.get_config" pass numpydoc (#21656) 2021-11-15 15:31:23 +01:00
_distributor_init.py MAINT Add _distributor_init.py (#15570) 2019-11-19 23:56:34 +01:00
_isotonic.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_min_dependencies.py MNT pin PyWavelet in doc-min builds (#21607) 2021-11-11 19:58:00 -05:00
base.py DOC Ensures that sklearn.base.clone passes numpydoc validation (#21557) 2021-11-22 23:06:53 +01:00
calibration.py TST check the legend instead of label names in CalibrationDisplay (#21697) 2021-11-18 10:30:59 +01:00
conftest.py DOC Adds missing imports into examples and test them (#21186) 2021-09-29 13:51:33 +02:00
discriminant_analysis.py Improve validation messages with infinite data (#21219) 2021-10-29 15:59:57 +02:00
dummy.py DOC improve the docstrings of DummyClassifier (#21712) 2021-11-22 15:22:42 +01:00
exceptions.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
isotonic.py Improve validation messages with infinite data (#21219) 2021-10-29 15:59:57 +02:00
kernel_approximation.py FIX incorrect `component_indices_` in Nystroem (#20554) 2021-09-02 16:14:36 +02:00
kernel_ridge.py DOC updated variable name in KRR docstring (#21281) 2021-10-12 10:21:39 -07:00
multiclass.py DOC Ensures that OutputCodeClassifier passes numpydoc validation (#21063) 2021-09-17 14:18:08 +02:00
multioutput.py DOC Ensures MultiOutput* and RegressorChain passes numpydoc validation (#20713) 2021-09-01 15:02:47 +02:00
naive_bayes.py FIX delete feature_names_in_ when refitting on a ndarray (#21389) 2021-10-23 12:30:05 +02:00
pipeline.py FIX Allows pipeline to pass through feature names (#21351) 2021-10-19 10:10:22 +02:00
random_projection.py TST Lower memory usage for random_project examples (#21558) 2021-11-05 10:09:24 +01:00
setup.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00