scikit-learn/sklearn
Haoyin Xu 5f6abe6f7d
MAINT remove duplicate category (#21056)
2021-09-15 11:53:42 -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 MAINT Improve source generation using `Tempita` (#20481) 2021-08-09 21:43:56 +02:00
_loss STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
cluster TST enable tests K-means for MacOS (#21052) 2021-09-15 17:39:05 +02:00
compose API Implements get_feature_names_out for transformers that support get_feature_names (#18444) 2021-09-07 10:56:57 +02:00
covariance DOC Reword score_sample's and similar interfaces' docstrings (#20979) 2021-09-08 17:53:03 +02:00
cross_decomposition DOC use backticks for n_samples and n_features in X docstring (#20914) 2021-09-02 13:35:03 +02:00
datasets API Implements get_feature_names_out for transformers that support get_feature_names (#18444) 2021-09-07 10:56:57 +02:00
decomposition DOC Ensures that TruncatedSVD passes numpydoc validation (#20946) 2021-09-06 11:29:36 +02:00
ensemble ENH add `only_non_negative` parameter to `_check_sample_weight` (#20880) 2021-09-08 13:45:48 +02:00
experimental MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
externals MAINT Remove unused variables indicated by lgtm.com (#20303) 2021-06-19 10:24:10 +02:00
feature_extraction DOC - Ensure HashingVectorizer passes numpydoc validation (#21047) 2021-09-15 13:34:40 +02:00
feature_selection DOC Ensures that SequentialFeatureSelector passes numpydoc validation (#21035) 2021-09-14 10:11:25 +02:00
gaussian_process DOC Ensures that GaussianProcessRegressor passes numpydoc validation (#20981) 2021-09-09 11:02:52 +02:00
impute DOC Adds feature_names_in_ to docstrings (#20787) 2021-08-26 13:44:45 +02:00
inspection API Deprecates plot_partial_dependence (#20959) 2021-09-09 14:25:59 +02:00
linear_model TST solve issues in PyPy (#20978) 2021-09-09 15:10:14 +02:00
manifold DOC Ensures that MDS passes numpydoc validation (#21048) 2021-09-15 10:48:56 +02:00
metrics FIX use same API for CalibrationDisplay than other Display (#21031) 2021-09-14 10:57:02 +02:00
mixture DOC Reword score_sample's and similar interfaces' docstrings (#20979) 2021-09-08 17:53:03 +02:00
model_selection DOC - Ensures HalvingGridSearchCV and HalvingRandomSearchCV pass numpydoc validation (#21037) 2021-09-14 17:10:16 +02:00
neighbors DOC Ensures that RadiusNeighborsTransformer passes numpydoc validation (#21021) 2021-09-13 11:12:12 +02:00
neural_network DOC use backticks for n_samples and n_features in X docstring (#20914) 2021-09-02 13:35:03 +02:00
preprocessing DOC Ensures that OrdinalEncoder passes numpydoc validation (#21030) 2021-09-14 12:08:58 +02:00
semi_supervised Fix OvOClassifier.n_features_in_ and other unexpected warning at prediction time when checking feature_names_in_ (#20853) 2021-09-01 11:36:01 +02:00
svm MNT Deprecate unused parameter from OneClassSVM fit method. (#20843) 2021-09-06 14:00:02 +02:00
tests MAINT remove duplicate category (#21056) 2021-09-15 11:53:42 -04:00
tree DOC Adds feature_names_in_ to docstrings (#20787) 2021-08-26 13:44:45 +02:00
utils API Deprecates plot_partial_dependence (#20959) 2021-09-09 14:25:59 +02:00
__init__.py MNT bumb version number to 1.1 (#20945) 2021-09-06 14:33:59 +02:00
_config.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_distributor_init.py MAINT Add _distributor_init.py (#15570) 2019-11-19 23:56:34 +01:00
_isotonic.pyx BUG Add tol to _make_unique to avoid inf values in IsotonicRegression (#18639) 2020-10-27 15:37:46 +01:00
_min_dependencies.py DOC Add thumbnails and summaries to links with sphinxext-opengraph (#20464) 2021-07-06 19:12:24 +01:00
base.py API Implements get_feature_names_out for transformers that support get_feature_names (#18444) 2021-09-07 10:56:57 +02:00
calibration.py FIX use same API for CalibrationDisplay than other Display (#21031) 2021-09-14 10:57:02 +02:00
conftest.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
discriminant_analysis.py DOC use backticks for n_samples and n_features in X docstring (#20914) 2021-09-02 13:35:03 +02:00
dummy.py API Deprecate `n_features_in_` from `Dummy*` (#20960) 2021-09-07 09:34:08 +01:00
exceptions.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
isotonic.py FIX avoid `isotonic_regression` to modify `sample_weight` in-place (#20515) 2021-07-21 18:25:18 +02:00
kernel_approximation.py FIX incorrect `component_indices_` in Nystroem (#20554) 2021-09-02 16:14:36 +02:00
kernel_ridge.py DOC Adds feature_names_in_ to docstrings (#20787) 2021-08-26 13:44:45 +02:00
multiclass.py DOC Ensures that OneVsRestClassifier passes numpydoc validation (#21014) 2021-09-13 11:14:51 +02:00
multioutput.py DOC Ensures MultiOutput* and RegressorChain passes numpydoc validation (#20713) 2021-09-01 15:02:47 +02:00
naive_bayes.py DOC use backticks for n_samples and n_features in X docstring (#20914) 2021-09-02 13:35:03 +02:00
pipeline.py ENH add support for `'passthrough'` in FeatureUnion (#20860) 2021-09-14 15:19:46 -04:00
random_projection.py DOC Ensures that GaussianRandomProjection passes numpydoc validation (#20982) 2021-09-09 11:04:14 +02:00
setup.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00