scikit-learn/sklearn
Guillaume Lemaitre 7fdac52c19 MNT Remove backward compatibility of param order in make_column_transformer (#13831) 2019-05-09 20:54:30 +08:00
..
__check_build MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_build_utils BLD: check OpenMP support and add a switch to build without it (#13543) 2019-04-17 08:29:37 +10:00
cluster [MRG] DEP remove pooling_func in AgglomerativeClustering (#13821) 2019-05-09 14:41:56 +02:00
compose MNT Remove backward compatibility of param order in make_column_transformer (#13831) 2019-05-09 20:54:30 +08:00
covariance DEP remove graph lasso (#13795) 2019-05-07 16:22:06 +02:00
cross_decomposition API Change default multioutput in RegressorMixin.score to keep consistent with metrics.r2_score (#13157) 2019-03-15 17:47:50 +08:00
datasets DEP remove scale_face function from lfw (#13830) 2019-05-09 10:31:53 +10:00
decomposition [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
ensemble [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
experimental API Make IterativeImputer experimental (#13824) 2019-05-09 09:28:44 +10:00
externals MAINT Unvendor joblib (#13531) 2019-04-17 09:22:09 -04:00
feature_extraction [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
feature_selection MNT change default of solver in LogisiticRegression (#13805) 2019-05-08 21:31:39 +08:00
gaussian_process DEP remove correlation and regression models from GaussianProcess (#13819) 2019-05-08 16:58:39 -07:00
impute [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
inspection MNT change default of solver in LogisiticRegression (#13805) 2019-05-08 21:31:39 +08:00
linear_model [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
manifold DEP remove precomputed parameter in t_sne.trustworthiness (#13820) 2019-05-09 12:19:40 +10:00
metrics MNT Updated adjusted_mutual_info_score and normalized_mutual_info_score default to 'arithmetic' (#13814) 2019-05-09 10:35:32 +10:00
mixture Fixed documentation for mean_precision_prior. Smaller->Larger (#13764) 2019-05-05 08:24:01 +01:00
model_selection [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
neighbors DOC Fix typo. (#13813) 2019-05-07 23:20:49 +10:00
neural_network Fix spacing and formatting inconsistencies (#13747) 2019-05-02 01:29:49 +10:00
preprocessing MNT Remove Imputer in preprocessing (#13796) 2019-05-08 22:24:32 +08:00
semi_supervised DOC Label Spreading clumping factor must be in (0, 1) (#13015) 2019-01-19 21:43:59 +11:00
svm MNT change default of solver in LogisiticRegression (#13805) 2019-05-08 21:31:39 +08:00
tests [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
tree [MRG] MAINT: add fixture for init and clean-up with matplotlib (#13708) 2019-05-06 09:41:46 +02:00
utils MNT change default of solver in LogisiticRegression (#13805) 2019-05-08 21:31:39 +08:00
__init__.py DOC bump version 2019-04-29 23:04:51 +10:00
_config.py [MRG] Add pprint for estimators - continued (#11705) 2018-12-19 23:48:21 -05:00
_isotonic.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
base.py MAINT Replace manual checks with `check_is_fitted` (#13013) 2019-05-07 14:54:56 +10:00
calibration.py FIX Correct brier_score_loss when there's only one class in y_true (#13628) 2019-04-26 11:20:16 +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 Fix spacing and formatting inconsistencies (#13747) 2019-05-02 01:29:49 +10:00
dummy.py Fix spacing and formatting inconsistencies (#13747) 2019-05-02 01:29:49 +10:00
exceptions.py MAINT Replace manual checks with `check_is_fitted` (#13013) 2019-05-07 14:54:56 +10:00
isotonic.py DOC add example to IsotonicRegression class (#13768) 2019-05-05 00:14:37 +10:00
kernel_approximation.py FIX non deterministic behavior in SGD (#13422) 2019-04-04 21:31:09 +11:00
kernel_ridge.py Fix spacing and formatting inconsistencies (#13747) 2019-05-02 01:29:49 +10:00
multiclass.py MNT Minor clean up in OneVsRestClassifier (#13675) 2019-04-23 21:55:44 +08:00
multioutput.py Fix MultiOutputClassifier checking for predict_proba method of base estimator (#12222) 2019-04-19 14:16:49 -04:00
naive_bayes.py [MRG+1] Use astype(.., copy=False) when possible (#11973) 2019-03-01 11:07:10 +01:00
pipeline.py STY Remove variable renaming (#13731) 2019-05-06 01:27:55 +10:00
random_projection.py Don't use global np.random.seed in tests (#13356) 2019-03-02 08:46:23 +01:00
setup.py API Make IterativeImputer experimental (#13824) 2019-05-09 09:28:44 +10:00