scikit-learn/sklearn
Bharat Raghunathan a62775e99f DOC Add scoring metric info in cross_val_score (#13445) 2019-03-14 20:07:47 +11:00
..
__check_build MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
_build_utils MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
cluster [MRG+1] OPTICS fit uses the selected `extract_method` parameter (#12087) 2019-03-03 20:38:00 +01:00
compose MNT Warns when reference can not be found. (#13365) 2019-03-03 16:26:18 +01:00
covariance ENH Enable the "sufficient stats" mode of LARS (#11699) 2019-03-06 08:06:47 +01:00
cross_decomposition DOC fix a typo in pls_.py (#13402) 2019-03-06 12:41:03 +01:00
datasets MNT Alternative sub-module displayed in warning msg of fetch_mldata/mldata_filename (#13426) 2019-03-10 08:54:53 +08:00
decomposition Don't use global np.random.seed in tests (#13356) 2019-03-02 08:46:23 +01:00
ensemble MNT be more friendly in the deprecation warning of cv=3 (#13395) 2019-03-05 19:28:34 +01:00
externals MAINT Updating _arff.py to v2.4.0 (#13109) 2019-02-08 08:52:18 +01:00
feature_extraction MNT be more friendly in the deprecation warning of cv=3 (#13395) 2019-03-05 19:28:34 +01:00
feature_selection MNT be more friendly in the deprecation warning of cv=3 (#13395) 2019-03-05 19:28:34 +01:00
gaussian_process API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00
linear_model DOC describe fit_intercept and intercept_ behavior in BayesianRidge (#13429) 2019-03-12 20:55:16 +11:00
manifold [MRG+1] Use astype(.., copy=False) when possible (#11973) 2019-03-01 11:07:10 +01:00
metrics ENH/FIX Replace jaccard_similarity_score by sane jaccard_score (#13151) 2019-03-13 20:59:08 +08:00
mixture [MRG] Fix GaussianMixture fit_predict != fit.predict when n_init > 1 (#13142) 2019-02-25 07:57:35 +01:00
model_selection DOC Add scoring metric info in cross_val_score (#13445) 2019-03-14 20:07:47 +11:00
neighbors MNT be more friendly in the deprecation warning of cv=3 (#13395) 2019-03-05 19:28:34 +01:00
neural_network MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
preprocessing DOC Fix typo in FunctionTransformer (#13404) 2019-03-06 16:04:26 -08:00
semi_supervised DOC Label Spreading clumping factor must be in (0, 1) (#13015) 2019-01-19 21:43:59 +11:00
svm DOC more detailed note on SVC and SVR scalability (#13209) 2019-03-11 21:50:32 +08:00
tests ENH/FIX Replace jaccard_similarity_score by sane jaccard_score (#13151) 2019-03-13 20:59:08 +08:00
tree [MRG+1] Use astype(.., copy=False) when possible (#11973) 2019-03-01 11:07:10 +01:00
utils DOC: add to docstring that check_array does not check for np.inf for object dtype (#13348) 2019-03-04 08:18:05 +01:00
__init__.py MAINT: Fix OpenMP runtime error on mac (#13294) 2019-02-27 17:25:46 +01:00
_config.py [MRG] Add pprint for estimators - continued (#11705) 2018-12-19 23:48:21 -05:00
_isotonic.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
base.py FIX Hotfix Skip non deterministic tests on PowerPC (#13323) 2019-02-28 11:16:52 +01:00
calibration.py DOC Formatting issue in calibration_curve 2019-02-08 20:47:50 +08:00
discriminant_analysis.py [MRG+2] Fix LDA predict_proba() (#11796) 2019-03-07 17:44:17 +01:00
dummy.py BUG: force output dtype of DummyClassifier's predict_proba when strategy is stratified (#13266) 2019-02-26 17:52:28 +01:00
exceptions.py Compatibility with python 3.7.0b5 #11224 (#11256) 2018-06-14 09:27:33 +02:00
impute.py Check arguments of `MissingIndicator` imputer when handling sparse arrays (#13240) 2019-02-26 15:15:29 +01:00
isotonic.py FIX: make sure int32 is casted to float64 in isotonic regression (#13300) 2019-02-28 14:47:13 +01:00
kernel_approximation.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00
kernel_ridge.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00
multiclass.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00
multioutput.py DOC Add attributes to MultiOutputRegressor docstring (#13420) 2019-03-11 20:36:54 +08:00
naive_bayes.py [MRG+1] Use astype(.., copy=False) when possible (#11973) 2019-03-01 11:07:10 +01:00
pipeline.py ENH Pipeline can now be sliced or indexed (#2568) 2019-03-07 11:22:49 +01:00
random_projection.py Don't use global np.random.seed in tests (#13356) 2019-03-02 08:46:23 +01:00
setup.py [MRG] MNT Cblas to scipy cython blas in liblinear and remove bundled cblas (#13203) 2019-02-21 19:44:05 +01:00