scikit-learn/sklearn
Maxwell 767e9ae7e4
ENH Optimize runtime for IsolationForest (#23149)
2022-04-29 11:12:19 +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 FEA Bisecting K-Means (#20031) 2022-04-26 14:54:15 +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 DOC Ensure dump_svmlight_file passes numpydoc validation (#23166) 2022-04-20 09:33:28 +02:00
decomposition FEA Online implementation of non-negative matrix factorization (#16948) 2022-04-22 17:51:06 +02:00
ensemble ENH Optimize runtime for IsolationForest (#23149) 2022-04-29 11:12:19 +02:00
experimental ENH Improves error message when experimental flag is not imported (#23194) 2022-04-27 10:37:57 +02:00
externals BLD Monkeypatch windows build to stablize build (#22693) 2022-03-24 16:36:27 +01:00
feature_extraction MNT Replace pytest.warns(None) in test_text.py (#23136) 2022-04-19 15:26:25 +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 MNT Combine multiple `isinstance` call (#23204) 2022-04-24 07:47:51 -04:00
impute ENH Improves error message when experimental flag is not imported (#23194) 2022-04-27 10:37:57 +02:00
inspection CLN Remove unnecessary code from DecisionBoundaryDisplay (#23192) 2022-04-23 15:20:19 -04:00
linear_model TST make test_ridge_regression_hstacked_X more lenient (#23170) 2022-04-22 11:25:10 +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 DOC Fixes docstring in BayesianGaussianMixture (#19243) 2022-04-23 15:03:59 -04:00
model_selection ENH Improves error message when experimental flag is not imported (#23194) 2022-04-27 10:37:57 +02:00
neighbors DOC Consistently present BinaryTree method signatures without self (#17734) 2022-04-23 16:16:16 -04:00
neural_network DOC Explains alpha scaling in MLP's docstring (#22151) 2022-02-19 12:35:02 +01:00
preprocessing DOC Ensure that normalize passes numpydoc validation (#23188) 2022-04-22 10:53:15 -04: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 remove redundant lambda function (#23232) 2022-04-29 11:03:48 +02:00
tree DOC Fixes grammar in decision tree's cpp pruning docstring (#20442) 2022-04-23 15:59:47 -04:00
utils FEA Bisecting K-Means (#20031) 2022-04-26 14:54:15 +02:00
__init__.py MNT bump version to 1.2 dev on main (#23222) 2022-04-27 11:02:50 +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 DEP calibration_curve normalize parameter in calibration.py (#23095) 2022-04-25 14:08:12 -04:00
conftest.py ENH Adds FeatureHasher support to pypy (#23023) 2022-04-08 19:34:20 +02:00
discriminant_analysis.py MNT Combine multiple `isinstance` call (#23204) 2022-04-24 07:47:51 -04: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