scikit-learn/sklearn
vufg 52a36b4d1a ENH fetch_openml should support return_X_y (#11840) 2018-08-19 22:11:16 +08:00
..
__check_build [MRG] DOC Replacing "the scikit" with "scikit-learn" (#10126) 2017-11-14 11:06:50 +01:00
_build_utils [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00
cluster DOC Correct default n_jobs & reference the glossary (#11808) 2018-08-18 19:57:10 +10:00
compose DOC Correct default n_jobs & reference the glossary (#11808) 2018-08-18 19:57:10 +10:00
covariance DOC Correct default n_jobs & reference the glossary (#11808) 2018-08-18 19:57:10 +10:00
cross_decomposition DOC plssvd exampled in docstring (#11751) 2018-08-07 09:37:44 +08:00
datasets ENH fetch_openml should support return_X_y (#11840) 2018-08-19 22:11:16 +08:00
decomposition DOC examples added to sklearn.decomposition classes (#11775) 2018-08-18 19:50:10 +03:00
ensemble DOC Correct default n_jobs & reference the glossary (#11808) 2018-08-18 19:57:10 +10:00
externals MNT Update liac-arff to 2.3.1 (#11831) 2018-08-16 16:15:49 +03:00
feature_extraction [MRG] Fix numpy FutureWarning (#11704) 2018-07-30 17:40:46 +10:00
feature_selection DOC Correct default n_jobs & reference the glossary (#11808) 2018-08-18 19:57:10 +10:00
gaussian_process DOC GaussianProcess (classification and regression) examples added to docstrings (#11748) 2018-08-18 19:55:04 +03:00
linear_model DOC Correct default n_jobs & reference the glossary (#11808) 2018-08-18 19:57:10 +10:00
manifold DOC Correct default n_jobs & reference the glossary (#11808) 2018-08-18 19:57:10 +10:00
metrics DOC Correct default n_jobs & reference the glossary (#11808) 2018-08-18 19:57:10 +10:00
mixture [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
model_selection DOC Correct default n_jobs & reference the glossary (#11808) 2018-08-18 19:57:10 +10:00
neighbors MNT log1p -> log in cython files (#11852) 2018-08-18 19:51:18 +08:00
neural_network MNT Reduce cyclomatic complexity in _stochastic_optimizers.py (#11686) 2018-07-27 11:25:09 +08:00
preprocessing DOC added to preprocessing docstring examples (#11752) 2018-08-07 15:24:05 +03:00
semi_supervised DOC Correct default n_jobs & reference the glossary (#11808) 2018-08-18 19:57:10 +10:00
src/cblas fixed `cblas` typo in `define` (#11018) 2018-04-23 22:29:12 +02:00
svm DOC fix SVC and NuSVC coef_ shape in the docstring (#11660) 2018-07-24 11:05:36 +10:00
tests DOC Added docstring checks for dataset module (#11407) 2018-07-24 10:57:13 +10:00
tree [MRG] MNT: Avoid extra copies when using asfortranarray (#11693) 2018-07-29 13:41:59 +10:00
utils MNT Clip percentile_idx in _weighted_percentile (#11847) 2018-08-19 08:54:28 +08:00
__init__.py MNT Add sklearn show_versions() method (#11596) 2018-08-01 09:12:51 +10:00
_config.py ENH Add working_memory global config for chunked operations (#10280) 2018-05-25 12:04:05 +10:00
_isotonic.pyx FIX weights computation with ties in IsotonicRegression (#9484) 2017-09-13 15:23:01 +02:00
base.py MAINT Complete 0.20 deprecations (#9570) 2018-06-24 23:06:26 +10:00
calibration.py [MRG+1] Change CV defaults to 5 (#11557) 2018-07-19 14:46:11 +02:00
discriminant_analysis.py [MRG+1] Fix bad fp-comparisons (#11591) 2018-07-18 21:09:04 +02:00
dummy.py [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
exceptions.py Compatibility with python 3.7.0b5 #11224 (#11256) 2018-06-14 09:27:33 +02:00
impute.py Add examples for imputation (#11516) 2018-07-18 22:09:13 +02:00
isotonic.py MAINT Complete 0.20 deprecations (#9570) 2018-06-24 23:06:26 +10:00
kernel_approximation.py Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
kernel_ridge.py DOC document "precomputed" kernel for KernelRidge (#11134) 2018-05-26 19:14:02 +10:00
multiclass.py DOC Correct default n_jobs & reference the glossary (#11808) 2018-08-18 19:57:10 +10:00
multioutput.py DOC Correct default n_jobs & reference the glossary (#11808) 2018-08-18 19:57:10 +10:00
naive_bayes.py [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
pipeline.py DOC Correct default n_jobs & reference the glossary (#11808) 2018-08-18 19:57:10 +10:00
random_projection.py MNT Fix bug in formatting of error message in random_projection.py (#11718) 2018-08-16 23:04:26 +08:00
setup.py MAINT: correct cythonization of sklearn.metrics.cluster to avoid warning (#10851) 2018-03-22 11:09:36 +11:00