scikit-learn/sklearn
Joanna Zhang a151efffb7 update definitions for oob_ attributes for BaggingClassifier,… (#14779) 2019-08-24 16:09:28 -04:00
..
__check_build MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_build_utils MAINT Remove BLAS infos from show_versions and build log (#14205) 2019-07-18 12:55:56 +02:00
cluster MNT Replace assert_raises... in some tests (#14649) 2019-08-22 11:51:23 -04:00
compose MAINT Fix assert raises in sklearn/compose/tests/ (#14670) 2019-08-17 01:24:08 -04:00
covariance MAINT Remove the use of assert_raises and assert_raises_regex (#14674) 2019-08-17 01:22:02 -04:00
cross_decomposition FIX pls y_score initialization with a constant column (#14450) 2019-08-22 20:37:44 +10:00
datasets MNT Use return_X_y=True with load_boston where appropriate (#14678) 2019-08-20 10:08:23 +08:00
decomposition [MRG] adds Attribute documentation for `MiniBatchDictionaryLea… (#14749) 2019-08-24 12:03:46 -04:00
ensemble update definitions for oob_ attributes for BaggingClassifier,… (#14779) 2019-08-24 16:09:28 -04:00
experimental [MRG] doc about creating an experimental module (#13865) 2019-05-15 17:41:17 +02:00
externals Fix ARDRegression accuracy issue with scipy 1.3.0 (#14067) 2019-07-27 13:23:40 -04:00
feature_extraction MNT Fix assert raises in sklearn/feature_extraction/tests/ (#14694) 2019-08-21 15:36:35 +08:00
feature_selection MNT Fix assert raises in sklearn/feature_selection/tests/ (#14697) 2019-08-21 15:35:19 +08:00
gaussian_process MAINT simplify check_is_fitted to use any fitted attributes (#14545) 2019-08-13 22:09:07 +02:00
impute DOC Add comment about scipy.stats.mstats.mode for SimpleImputer(strategy=most_frequent) (#14399) 2019-08-14 17:15:17 -04:00
inspection MNT Use return_X_y=True with load_boston where appropriate (#14678) 2019-08-20 10:08:23 +08:00
linear_model DOC update to attribute from docstring in RidgeClassifierCV class (#14752) 2019-08-24 15:37:02 -04:00
manifold MNT Fix assert raises in sklearn/manifold/tests/ (#14699) 2019-08-21 08:39:17 +08:00
metrics DOC Cleans up roc curve plotting (#14723) 2019-08-23 17:29:37 +02:00
mixture MAINT simplify check_is_fitted to use any fitted attributes (#14545) 2019-08-13 22:09:07 +02:00
model_selection FIX reimplement StratifiedKFold to avoid variation in test size (#14704) 2019-08-24 20:48:05 +08:00
neighbors MAINT simplify check_is_fitted to use any fitted attributes (#14545) 2019-08-13 22:09:07 +02:00
neural_network WIP: adds missing Attribute documentation for `BernoulliRBM` (#14768) 2019-08-24 14:39:52 -04:00
preprocessing [MRG] DOC clarify LabelEncoder's docstring (#14642) 2019-08-15 07:48:04 +10:00
semi_supervised MAINT simplify check_is_fitted to use any fitted attributes (#14545) 2019-08-13 22:09:07 +02:00
svm MAINT Fix assert raises in `sklearn/svm/tests/` (#14727) 2019-08-23 13:27:33 +08:00
tests TST MultiOutputClassifier classes_ attribute (#14629) 2019-08-14 11:32:52 +02:00
tree Update parameter description in sklearn/tree/_criterion.pyx (#14750) 2019-08-24 12:27:10 -04:00
utils API Use tag requires_positive_X for NMF + LDA + MultinomialNB/ComplementNB (#14680) 2019-08-20 21:10:33 +08:00
__init__.py DOC bump version 2019-04-29 23:04:51 +10:00
_config.py DOC Document print_changed_only in sklearn.config_context (#14428) 2019-07-20 17:32:30 -04:00
_isotonic.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
base.py API don't default get_params output to None in the future (#14464) 2019-07-28 23:37:47 +10:00
calibration.py MAINT simplify check_is_fitted to use any fitted attributes (#14545) 2019-08-13 22:09:07 +02: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 MAINT simplify check_is_fitted to use any fitted attributes (#14545) 2019-08-13 22:09:07 +02:00
dummy.py MAINT simplify check_is_fitted to use any fitted attributes (#14545) 2019-08-13 22:09:07 +02:00
exceptions.py MAINT Upgrade CI to PyPy 7.1.1, fix CI failure on master (#13912) 2019-06-24 13:39:10 -04:00
isotonic.py [MRG] Doctest with print change only adjusts default options for doctest (#13991) 2019-06-01 10:53:45 +02:00
kernel_approximation.py MAINT simplify check_is_fitted to use any fitted attributes (#14545) 2019-08-13 22:09:07 +02:00
kernel_ridge.py MAINT simplify check_is_fitted to use any fitted attributes (#14545) 2019-08-13 22:09:07 +02:00
multiclass.py added n_classes_ attribute definition (#14776) 2019-08-24 14:17:19 -04:00
multioutput.py TST MultiOutputClassifier classes_ attribute (#14629) 2019-08-14 11:32:52 +02:00
naive_bayes.py API Use tag requires_positive_X for NMF + LDA + MultinomialNB/ComplementNB (#14680) 2019-08-20 21:10:33 +08:00
pipeline.py API don't default get_params output to None in the future (#14464) 2019-07-28 23:37:47 +10:00
random_projection.py MAINT simplify check_is_fitted to use any fitted attributes (#14545) 2019-08-13 22:09:07 +02:00
setup.py MAINT Remove BLAS infos from show_versions and build log (#14205) 2019-07-18 12:55:56 +02:00