scikit-learn/sklearn
Adrin Jalali dd700f44df MNT hasattr->getattr on coef_ (#11698) 2018-08-12 17:20:14 +10: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 Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
compose Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
covariance Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
cross_decomposition DOC plssvd exampled in docstring (#11751) 2018-08-07 09:37:44 +08:00
datasets DOC incorrect n_samples in fetch_species_distributions 2018-07-27 10:50:21 +08:00
decomposition Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
ensemble Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
externals Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
feature_extraction [MRG] Fix numpy FutureWarning (#11704) 2018-07-30 17:40:46 +10:00
feature_selection MNT hasattr->getattr on coef_ (#11698) 2018-08-12 17:20:14 +10:00
gaussian_process Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
linear_model MNT: Use memoryviews instead of ndarrays (#11722) 2018-08-11 21:47:22 +10:00
manifold Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
metrics ENH Adding various averages to classification_report (#11679) 2018-08-07 19:54:07 +08:00
mixture [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
model_selection [MRG] FIX Support cv=None in *CV (#11761) 2018-08-07 11:53:59 +10:00
neighbors FIX Pickled sample_weights in BinaryTree (#11774) 2018-08-09 11:29:04 +10: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 Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02: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 ENH extending BaseSearchCV with a custom search strategy (#9599) 2018-08-06 08:18:48 +10: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 Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
multioutput.py Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
naive_bayes.py [MRG] np.ones -> np.full (#11628) 2018-07-23 09:49:01 +02:00
pipeline.py Joblib 0.12.2 (#11741) 2018-08-03 12:34:25 +02:00
random_projection.py DOC clean up assorted type specifications (#10441) 2018-01-11 09:11:17 +11:00
setup.py MAINT: correct cythonization of sklearn.metrics.cluster to avoid warning (#10851) 2018-03-22 11:09:36 +11:00