scikit-learn/sklearn
talgatomarov 636e54a6c8
DOC Added example for plot_confusion_matrix (#16361)
2020-02-04 20:54:04 +11:00
..
__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 ENH Changed implementation of Birch.predict to use pairwise_distances… (#16149) 2020-01-29 13:40:22 -05:00
compose FIX ColumnTransformer.get_feature_names with for empty list of (#15963) 2020-01-31 14:05:07 +01:00
covariance DOC improve random state docsting in covariance module (#16218) 2020-01-26 12:24:45 +01:00
cross_decomposition DOC add versionadded directive to some estimators (#15849) 2019-12-19 14:07:03 +01:00
datasets ENH add as_frame functionality for toy datasets (#15980) 2020-02-02 13:18:47 -05:00
decomposition BUG take n_components strictly greater than fraction of explai… (#15669) 2020-01-22 13:49:45 -05:00
ensemble DOC Cleaning parameter spec in docstrings for ensemble m… (#16330) 2020-02-02 20:14:45 +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 MNT remove check for deprecated behavior in test.py (#16109) 2020-01-24 14:45:47 +01:00
feature_selection FIX Expose SelectorMixin through sklearn/feature_selection/ (#16132) 2020-01-17 15:37:26 +01:00
gaussian_process DOC improve random state description in gaussian_proccess module (#16211) 2020-01-26 12:14:42 +01:00
impute DOC Add version_added label for impute module (#15549) 2020-01-09 15:59:30 +01:00
inspection [MRG] Fix FutureWarning in plot_partial_dependence_visualization_api.py (#16256) 2020-01-29 19:37:38 +01:00
linear_model DOC Format docstrings in _coordinate_descent.py (#16285) 2020-01-30 16:25:18 -05:00
manifold [MRG] DOC improve random state docstring in manifold module (#16204) 2020-01-26 11:53:35 +01:00
metrics DOC Added example for plot_confusion_matrix (#16361) 2020-02-04 20:54:04 +11:00
mixture [DOC] Make random_state descriptions for Mixture Models (#16307) 2020-01-30 17:40:05 +01:00
model_selection DOC added the link for the reference in permutation_test_score (#16202) 2020-02-03 13:59:27 +01:00
neighbors MNT Common tests between KDTree and BallTree (#16338) 2020-02-02 12:52:25 -05:00
neural_network DOC more informative description of random state in _rbm.py (#16318) 2020-02-03 10:36:07 +01:00
preprocessing DOC Updates random_state descriptions for sklearn/preprocessing/_data.py (#16213) 2020-01-25 13:14:00 -05:00
semi_supervised DOC fix docstring in semi_supervised module following doc guideline (#16042) 2020-01-13 12:40:32 +01:00
svm FIX Arbitrary SVC kernels (#11296) 2020-02-02 08:37:00 +11:00
tests [MRG] Add requires_positiv_X tag to AdditiveChi2Sampler (#16332) 2020-02-01 12:29:09 +01:00
tree FIX support of float32 read only input in trees (#16331) 2020-02-01 15:08:22 +01:00
utils [MRG] CLN Remove the use of assert_raises in utils/ (#16337) 2020-02-02 14:44:19 +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 DOC Cleaning parameter spec in docstrings of base module (#16284) 2020-01-31 06:43:22 -05:00
calibration.py DOC Better UG for calibration (#16175) 2020-01-29 14:54:02 +01: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 DOC Cleaning parameter docstrings in discriminant_analysis (#15761) (#16304) 2020-01-30 14:20:10 +01: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 [MRG] DOC update UG and docstrings for isotonic regression (#16234) 2020-02-01 21:27:06 +01:00
kernel_approximation.py [MRG] Add requires_positiv_X tag to AdditiveChi2Sampler (#16332) 2020-02-01 12:29:09 +01:00
kernel_ridge.py DOC Minor doc update to KernelRidge (#16295) 2020-01-29 23:44:20 +01:00
multiclass.py DOC add multiclass.OutputCodeClassifier Examples (#15195) 2019-10-21 23:01:16 +08:00
multioutput.py TST Add test for documentation of the classes_ attribute (#16277) 2020-01-31 14:12:43 +01:00
naive_bayes.py ENH use utility _check_sample_weight in _BaseDiscreteNB (#16263) 2020-01-29 11:48:21 +01:00
pipeline.py DOC Removing word optional from parameter docstring in pipeline module (#16208) 2020-01-28 11:55:52 +01: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