..
__check_build
MNT Use a common language_level cython directive ( #13630 )
2019-04-13 07:30:18 +02:00
_build_utils
BUG fix pip3 ubuntu update by suffixing file ( #15928 )
2019-12-20 11:11:20 -05:00
cluster
DOC improve docstring random_state in cluster module ( #16056 )
2020-01-08 18:51:51 +01:00
compose
FEA Add make_column_selector for ColumnTransformer ( #12371 )
2019-11-05 09:22:26 -05:00
covariance
MNT Removes trailing underscore from files ( #15397 )
2019-10-30 10:36:46 +08:00
cross_decomposition
DOC add versionadded directive to some estimators ( #15849 )
2019-12-19 14:07:03 +01:00
datasets
DOC improve random_state docstring of datasets module ( #16057 )
2020-01-08 18:52:31 +01:00
decomposition
DOC improve random_state docstring from decomposition module ( #11902 )
2020-01-08 18:53:01 +01:00
ensemble
DOC follow doc guideline in ensemble an feature_extraction modules ( #15975 )
2020-01-03 15:32:54 +01:00
experimental
MAINT Deprecate all of utils.testing except all_estimators ( #15367 )
2019-10-28 17:28:56 +01:00
externals
DOC Fix typos, via a Levenshtein-style corrector ( #15923 )
2019-12-19 16:26:02 -08:00
feature_extraction
DOC follow doc guideline in ensemble an feature_extraction modules ( #15975 )
2020-01-03 15:32:54 +01:00
feature_selection
MNT Removed deprecated attributes and parameters ( #15803 )
2019-12-09 22:17:06 +08:00
gaussian_process
ENH Allow usage of nu=inf in Matern kernel ( #15972 )
2019-12-26 12:04:54 +01:00
impute
DOC Improve documentation of default values for imputers ( #15964 )
2019-12-26 12:49:45 +01:00
inspection
TST Add test for permutation importance with high cardinality ( #15939 )
2019-12-26 14:41:16 +01:00
linear_model
DOC improve random_state docstrings in the linear_model module ( #11900 )
2020-01-08 17:09:33 +01:00
manifold
[MRG+1] Better non-regression test for spectral embedding AMG solver issue ( #16014 )
2020-01-04 18:02:21 +01:00
metrics
FIX Add missing 'values_format' param to disp.plot() in plot_confusion_matrix ( #15937 )
2019-12-30 21:40:32 -06:00
mixture
DOC Fix some new sphinx warnings. ( #15560 )
2019-11-07 16:35:31 -05:00
model_selection
DOC replace best_parameters_ with best_params_ in SearchCV docstring ( #16005 )
2020-01-03 11:47:05 +01:00
neighbors
DOC improve `neighbors` module docstring per dic guidline ( #16020 )
2020-01-06 15:02:22 +01:00
neural_network
DOC Improve defaults in neural network documentation ( #15968 )
2019-12-26 16:18:06 +01:00
preprocessing
MRG FIX: order of values of self.quantiles_ in QuantileTransformer ( #15751 )
2019-12-21 17:30:37 +01:00
semi_supervised
FIX use safe_sparse_dot for callable kernel in LabelSpreading ( #15868 )
2019-12-27 03:31:09 -06:00
svm
DOC Fix typos, via a Levenshtein-style corrector ( #15923 )
2019-12-19 16:26:02 -08:00
tests
ENH Add a optional fit_param to enable custom MultiOutput fit process ( #15959 )
2020-01-06 17:40:16 -05:00
tree
DOC improve random_state docstring in for tree-based models ( #15264 )
2020-01-08 16:11:24 +01:00
utils
FIX support scalar values in fit_params in SearchCV ( #15863 )
2019-12-31 13:02:45 +01:00
__init__.py
COSMIT use np.iinfo to define the max int32 ( #15960 )
2019-12-24 09:41:21 +01:00
_config.py
DOC Document print_changed_only in sklearn.config_context ( #14428 )
2019-07-20 17:32:30 -04:00
_distributor_init.py
MAINT Add _distributor_init.py ( #15570 )
2019-11-19 23:56:34 +01:00
_isotonic.pyx
MNT Use a common language_level cython directive ( #13630 )
2019-04-13 07:30:18 +02:00
base.py
MNT Removed deprecated attributes and parameters ( #15803 )
2019-12-09 22:17:06 +08:00
calibration.py
[MRG] _check_sample_weight for CalibratedClassifierCV ( #15491 )
2019-11-02 17:10:52 -07:00
conftest.py
[MRG] MAINT: add fixture for init and clean-up with matplotlib ( #13708 )
2019-05-06 09:41:46 +02:00
discriminant_analysis.py
MNT Removed deprecated attributes and parameters -- ctnd ( #15804 )
2019-12-13 15:05:51 -05:00
dummy.py
MAINT Remove redundant sample_weights check in DummyClassifier ( #15510 )
2019-12-26 14:03:24 +01:00
exceptions.py
[MRG] MNT Updates pypy to use 7.2.0 ( #15954 )
2019-12-30 00:18:40 +01:00
isotonic.py
DOC adding versionadded labels to several estimators ( #15476 )
2019-11-04 18:25:24 +11:00
kernel_approximation.py
DOC adding versionadded labels to several estimators ( #15476 )
2019-11-04 18:25:24 +11:00
kernel_ridge.py
MNT Make modules private in linear_model ( #15324 )
2019-10-23 15:34:26 +02:00
multiclass.py
DOC add multiclass.OutputCodeClassifier Examples ( #15195 )
2019-10-21 23:01:16 +08:00
multioutput.py
ENH Add a optional fit_param to enable custom MultiOutput fit process ( #15959 )
2020-01-06 17:40:16 -05:00
naive_bayes.py
DOC improve naive_bayes module following doc guideline ( #16019 )
2020-01-06 15:47:22 +01:00
pipeline.py
DOC Fix typos, via a Levenshtein-style corrector ( #15923 )
2019-12-19 16:26:02 -08:00
random_projection.py
MNT Remaining deprecations in sklearn/file.py ( #15399 )
2019-11-04 14:22:42 -05:00
setup.py
BLD: Do not pre-cythonize when calling sdist ( #15567 )
2019-11-08 13:04:30 +01:00