scikit-learn/sklearn
genvalen 65ae1a8586
MAINT Use check_scalar in _BaseStacking (#22405)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2022-04-17 08:30:21 -04: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 TST use global_dtype in sklearn/cluster/tests/test_optics.py (#22668) 2022-04-01 18:24:11 +02:00
compose FIX ColumnTransformer.get_feature_names_out with string slices (#22913) 2022-03-31 15:04:20 +02:00
covariance DOC Fix the See Also section in GraphicalLassoCV (#23131) 2022-04-14 10:33:54 -04: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 Correct a typo in documentation (#23116) 2022-04-12 10:48:53 +02:00
ensemble MAINT Use check_scalar in _BaseStacking (#22405) 2022-04-17 08:30:21 -04: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 ENH Adds FeatureHasher support to pypy (#23023) 2022-04-08 19:34:20 +02:00
feature_selection TST Replace pytest.warns(None) in test_from_model.py (#23055) 2022-04-06 13:31:53 -04:00
gaussian_process TST Replace pytest.warns(None) in test_gpc.py (#22960) 2022-03-27 13:22:00 +02:00
impute TST Replace pytest.warns(None) in impute/tests/test_impute.py (#23050) 2022-04-06 13:33:09 -04:00
inspection DOC Fix User Guide link in PartialDependenceDisplay (#20004) 2022-04-14 15:16:03 -04:00
linear_model MNT Removes _linear_loss attribute in GLMs (#23126) 2022-04-14 21:35:23 +02:00
manifold FIX Raise error when n_neighbors >= n_samples / 2 in manifold.trustworthiness (#23033) 2022-04-09 03:06:56 +02:00
metrics ENH add D2 pinbal score and D2 absolute error score (#22118) 2022-04-10 19:19:52 +02:00
mixture FIX `GaussianMixture` now normalizes `weights_` directly instead of by `n_samples` (#23034) 2022-04-08 23:54:30 -04:00
model_selection DOC Ensures that cross_validate passes numpydoc validation (#23145) 2022-04-16 14:32:23 -04:00
neighbors TST use global_dtype in sklearn/neighbors/tests/test_neighbors.py (#22663) 2022-03-30 14:48:50 +02:00
neural_network DOC Explains alpha scaling in MLP's docstring (#22151) 2022-02-19 12:35:02 +01:00
preprocessing DOC Switch to gender neutral terms for sister function (#23003) 2022-03-31 14:54:23 +02:00
semi_supervised TST replace pytest.warns(None) in test_label_propagation.py (#23010) 2022-04-04 15:09:46 +02:00
svm DOC Fixing a documentation issue on SVC parameter decision_function_shape (#23021) 2022-04-05 10:55:36 +02:00
tests DOC Ensures that cross_validate passes numpydoc validation (#23145) 2022-04-16 14:32:23 -04:00
tree ENH add criterion log_loss as alternative to entropy in trees and forests (#23047) 2022-04-14 08:03:01 +02:00
utils FIX Removes all random unique IDs in html repr (#23098) 2022-04-12 19:53:30 +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 FIX trigger condition of one part of a warning from check_feature_names (#23091) 2022-04-09 23:17:32 +02:00
calibration.py FIX np.digitize fixes in calibration and discretization (#22526) 2022-02-19 20:50:46 +01:00
conftest.py ENH Adds FeatureHasher support to pypy (#23023) 2022-04-08 19:34:20 +02: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 FIX Feature Union: Checking if feautre union is fitted fails (#22953) 2022-04-05 11:01:12 +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