scikit-learn/sklearn
Peter Prettenhofer 6c7d0bae90 Merge remote-tracking branch 'upstream/master' into pr/2016 2013-05-31 08:47:32 +02:00
..
__check_build COSMIT pep8 2013-05-04 10:43:39 +02:00
cluster DOC Fix references to missing examples 2013-05-22 11:13:59 +02:00
covariance DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
datasets Import gzip and bz2 only if necessary. 2013-05-09 17:40:33 +09:00
decomposition COSMIT pep8 2013-05-04 10:43:39 +02:00
ensemble ENH Create FeatureSelectionMixin for shared [inverse_]transform code 2013-05-21 13:53:12 +10:00
externals DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
feature_extraction Merge pull request #1880 from NicolasTr/patch_extractor_float_max_patches 2013-05-12 02:20:13 -07:00
feature_selection ENH speed up sklearn.feature_selection.chi2 2013-05-30 12:23:29 +02:00
gaussian_process DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
linear_model Fix L2 regularization order in sgd_fast 2013-05-28 20:16:49 +02:00
manifold DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
metrics DOC explain labels parameter to confusion_matrix 2013-05-29 10:55:44 +10:00
mixture Replaced 'for i' with 'for _' at place where i is not used. 2013-04-27 15:24:44 +02:00
neighbors DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
semi_supervised COSMIT pep8 2013-05-04 10:43:39 +02:00
src/cblas BUILD: add dger cblas function 2012-08-07 15:51:13 +02:00
svm ENH Create FeatureSelectionMixin for shared [inverse_]transform code 2013-05-21 13:53:12 +10:00
tests TST Fixed test_pipeline_methods_preprocessing_svm: pca was unused 2013-05-27 17:35:08 +06:00
tree ENH Create FeatureSelectionMixin for shared [inverse_]transform code 2013-05-21 13:53:12 +10:00
utils ENH faster unique_labels for big sequences of sequences 2013-05-28 16:57:04 +10:00
__init__.py REL change version to 0.14-git everywhere, update news, support page. 2013-01-21 22:07:26 +01:00
_build_utils.py COSMIT pep8 2012-08-10 11:06:42 +01:00
_hmmc.c ENH speed improvements in HMM 2013-04-16 12:38:15 +02:00
_hmmc.pyx ENH speed improvements in HMM 2013-04-16 12:38:15 +02:00
_isotonic.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
_isotonic.pyx ENH - 3x speedup in the isotonic regression 2013-03-10 22:20:29 +01:00
base.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
cross_validation.py ENH: add pre_dispatch option to cross_val_score 2013-05-13 19:39:39 +02:00
dummy.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
grid_search.py DOC typo in RandomizedSearchCV docstring 2013-05-10 17:52:01 +02:00
hmm.py COSMIT various typofixes 2013-04-11 21:22:14 +02:00
isotonic.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
kernel_approximation.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
lda.py ENH: minor changes for numpy versions 2013-04-14 10:27:06 +02:00
multiclass.py FIX scores calculation in ovo multiclass 2013-05-04 10:33:49 +02:00
naive_bayes.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
pipeline.py PY3: used six.iteritems to fix dict iteritems in module pipeline.py 2013-03-19 18:02:52 +01:00
pls.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
preprocessing.py COSMIT pep8 2013-05-04 10:43:39 +02:00
qda.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
random_projection.py COSMIT pep8 2013-05-04 10:43:39 +02:00
setup.py COSMIT pep8 2013-04-02 13:30:55 +02:00
test_setup.py MISC: os.name -> platform.system() 2012-05-30 09:32:42 +02:00