scikit-learn/sklearn
Thomas J. Fan d400723a21
FEA Add DecisionBoundaryDisplay (#16061)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-03-29 16:36:31 +02: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 ENH migrate GLMs / TweedieRegressor to linear loss (#22548) 2022-03-28 19:20:01 -04:00
cluster MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02: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 FIX make coef_ in PLS estimator consistent with linear models (#22016) 2022-03-28 17:27:21 +02:00
datasets MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
decomposition ENH Preserving dtypes for ICA (#22806) 2022-03-28 18:07:53 +02:00
ensemble MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
experimental MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
externals BLD Monkeypatch windows build to stablize build (#22693) 2022-03-24 16:36:27 +01:00
feature_extraction MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
feature_selection FIX make coef_ in PLS estimator consistent with linear models (#22016) 2022-03-28 17:27:21 +02:00
gaussian_process TST Replace pytest.warns(None) in test_gpc.py (#22960) 2022-03-27 13:22:00 +02:00
impute DOC Improve get_feature_names_out docstrings (#22718) 2022-03-07 13:02:12 -05:00
inspection FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
linear_model MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
manifold TST Replace pytest.warns(None) in manifold/tests/test_t_sne.py (#22963) 2022-03-27 14:35:01 -04:00
metrics MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
mixture MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
model_selection MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
neighbors MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
neural_network DOC Explains alpha scaling in MLP's docstring (#22151) 2022-02-19 12:35:02 +01:00
preprocessing TST replace pytest.warns(None) in preprocessing/test_common.py (#22936) 2022-03-26 10:45:31 -04: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 MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02:00
tree [MAINT] Separate unit tests in `test_tree.py` for pickling and min_impurity_decrease (#22915) 2022-03-25 10:41:45 +01:00
utils MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02: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 MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02: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 Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +02: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