scikit-learn/sklearn
Jérémie du Boisberranger d76f87c8eb
Fix Ridge sparse + sample_weight + intercept (#22899)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2022-03-22 20:15:54 +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 CI Fix scipy-dev for deprecated numpy.distutils (#22513) 2022-02-17 15:32:03 +01:00
_loss DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
cluster DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
compose FIX Fix ColumnTransformer.get_feature_names_out with slices (#22775) 2022-03-15 15:06:03 -04:00
covariance DOC Ensure that ledoit_wolf is passing numpydoc validation (#22496) 2022-03-21 21:24:36 +01:00
cross_decomposition TST Replaces pytest.warns(None) in test_pls (#22832) 2022-03-14 22:52:48 -04:00
datasets API Add data_transposed argument and warning to make_sparse_coded_signal (#21425) 2022-03-22 16:01:42 +01:00
decomposition API Add data_transposed argument and warning to make_sparse_coded_signal (#21425) 2022-03-22 16:01:42 +01:00
ensemble TST Removes pytest.warns(None) in test_iforest (#22874) 2022-03-18 16:36:43 +01:00
experimental MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
externals MNT Removes externals._pilutil and uses Pillow directly (#22743) 2022-03-18 14:52:32 +01:00
feature_extraction DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
feature_selection ENH Allow `SelectFromModel`'s `max_features` to accept callables (#22356) 2022-03-22 11:18:12 +01:00
gaussian_process MNT Remove utf-8 encoding declarations (#21260) 2022-03-14 17:59:36 +01:00
impute DOC Improve get_feature_names_out docstrings (#22718) 2022-03-07 13:02:12 -05:00
inspection ENH avoid unecessary memory copy in pdp (#21930) 2022-03-16 11:26:44 +01:00
linear_model Fix Ridge sparse + sample_weight + intercept (#22899) 2022-03-22 20:15:54 +01:00
manifold FIX DBSCAN and TSNE are missing the pairwise estimator tag (#22814) 2022-03-13 19:22:11 +01:00
metrics DOC Ensures that sklearn.metrics._plot.confusion_matrix.plot_confusion_matrix passes numpydoc validation (#22842) 2022-03-22 01:22:10 +01:00
mixture MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
model_selection Improved display of function docstring (#21247) 2022-03-13 01:59:32 +01:00
neighbors DOC, MNT Typos found by codespell (#22906) 2022-03-20 19:16:39 +01:00
neural_network DOC Explains alpha scaling in MLP's docstring (#22151) 2022-02-19 12:35:02 +01:00
preprocessing DOC Ensures that preprocessing._data.power_transform passes numpydoc validation (#22802) 2022-03-21 21:44:28 +01:00
semi_supervised MNT Replace if_delegate_has_method with available_if in ensemble and semi_supervised (#20545) 2022-03-14 12:25:35 +01:00
svm FIX make the shape of LogisticRegression(solver="liblinear") consistent with other solvers (#21998) 2022-02-15 16:40:10 +01:00
tests DOC make min_max_axis pass numpydoc (#22839) 2022-03-22 02:07:51 +01:00
tree ENH Use simultaenous sort in tree splitter (#22868) 2022-03-21 16:53:45 +01:00
utils MNT Clean deprecation of dtype='numeric' + array of strings in check_array for 1.1 (#22589) 2022-03-22 14:50:11 -04:00
__init__.py MNT bumb version number to 1.1 (#20945) 2021-09-06 14:33:59 +02:00
_config.py API Config: change default display to "diagram" (#22856) 2022-03-21 15:43:07 +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 MAINT Bump versions to match oldest-supported-numpy (#22674) 2022-03-04 18:51:39 +01:00
base.py DOC Improve get_feature_names_out docstrings (#22718) 2022-03-07 13:02:12 -05:00
calibration.py FIX np.digitize fixes in calibration and discretization (#22526) 2022-02-19 20:50:46 +01:00
conftest.py MNT Removes externals._pilutil and uses Pillow directly (#22743) 2022-03-18 14:52:32 +01:00
discriminant_analysis.py FIX Correct fac multiplier in LDA (#22696) 2022-03-10 17:58:26 +01:00
dummy.py FIX DummyRegressor overriding constant (#22486) 2022-02-15 17:46:54 +01:00
exceptions.py MAINT Remove deprecated exceptions for 1.1 (#22659) 2022-03-03 10:31:50 +01:00
isotonic.py DOC Ensures that isotonic_regression passes numpydoc validation (#22475) 2022-02-13 21:09:53 -05:00
kernel_approximation.py ENH Adds get_feature_names_out for AdditiveChi2Sampler (#22137) 2022-03-08 15:02:18 +01:00
kernel_ridge.py MNT remove _pairwise attribute (#21594) 2022-02-09 16:58:01 +01:00
multiclass.py FIX Fixes OneVsOneClassifier.predict for Estimators with only predict_proba (#22604) 2022-03-18 17:23:50 +01:00
multioutput.py DOC make a doctest more stable in MultiOutputClassifier (#22307) 2022-01-26 19:19:43 +01:00
naive_bayes.py MNT Remove utf-8 encoding declarations (#21260) 2022-03-14 17:59:36 +01:00
pipeline.py MNT remove _pairwise attribute (#21594) 2022-02-09 16:58:01 +01:00
random_projection.py MNT Some clean-up in the random_projection module (#22761) 2022-03-16 11:09:14 +01:00
setup.py MRG Common Private Loss Module with tempita (#20567) 2021-11-26 16:45:41 +01:00