scikit-learn/sklearn
Olivier Grisel b0c1b6c5e5 More vectorization of the johnson_lindenstraus_bound function 2012-12-21 14:34:19 +01:00
..
__check_build COSMIT pep8 2012-10-02 17:31:00 +01:00
cluster Add comment in test_spectral_clustering_sparse 2012-12-19 14:03:50 +01:00
covariance cosmit pep8 2012-12-16 23:28:10 +01:00
datasets ZipFile context manager is only available in Python >= 2.7 2012-12-04 09:02:23 +01:00
decomposition COSMIT renaming chunk_size to batch_size in MiniBatchDictionaryLearning and MiniBatchSparsePCA 2012-12-16 15:45:34 +01:00
ensemble set min_density when growing deep trees during gradient boosting 2012-12-14 20:45:45 +01:00
externals BUG: update joblib to 0.7.0b 2012-11-20 22:20:10 +01:00
feature_extraction TST better test-coverage for image patch extraction. 2012-12-12 22:09:07 +01:00
feature_selection cosmit: remove fourth quote 2012-12-11 09:01:00 +01:00
gaussian_process ENH Check what ``__init__`` does in test_common 2012-11-26 09:31:06 +00:00
linear_model TST some more tests for SGDClassifier input validation 2012-12-15 22:10:48 +01:00
manifold Addressing @ogrisel's comments 2012-12-04 20:24:58 +08:00
metrics FIX: raise ValueError when n_components is too large 2012-12-21 14:34:19 +01:00
mixture Replaced use of deprecated method. 2012-11-14 07:23:49 +01:00
neighbors COSMIT pep8 2012-12-02 11:17:17 +00:00
semi_supervised COSMIT pep8 2012-11-10 14:02:29 +00:00
src/cblas BUILD: add dger cblas function 2012-08-07 15:51:13 +02:00
svm ENH make sparse svm test more robust, catch warning on deprecated class 2012-11-25 18:59:54 +00:00
tests change API to enforce dense_output representation by default 2012-12-21 14:34:19 +01:00
tree Merge pull request #1458 from seberg/contig_strides 2012-12-11 23:53:37 -08:00
utils FIX: raise ValueError when n_components is too large 2012-12-21 14:34:19 +01:00
__init__.py cosmit pep8 2012-12-16 23:28:10 +01:00
_build_utils.py COSMIT pep8 2012-08-10 11:06:42 +01:00
_hmmc.c debugged _hmmc.pyx 2012-01-09 21:25:28 +09:00
_hmmc.pyx debugged _hmmc.pyx 2012-01-09 21:25:28 +09:00
base.py cosmit pep8 2012-12-16 23:28:10 +01:00
cross_validation.py Merge pull request #1465 from AWinterman/issue-1017 2012-12-21 02:42:40 -08:00
dummy.py Remove unused import. 2012-11-22 20:51:39 +09:00
grid_search.py ENH Simplify estimator type checking in GridSearchCV. 2012-12-21 10:33:48 +01:00
hmm.py cosmit pep8 2012-12-16 23:28:10 +01:00
isotonic.py cosmit pep8 2012-12-16 23:28:10 +01:00
kernel_approximation.py ENH tests for Nystrom, check that n_components is smaller than n_samples. 2012-12-09 14:14:09 +01:00
lda.py cosmit pep8 2012-12-16 23:28:10 +01:00
multiclass.py cosmit pep8 2012-12-16 23:28:10 +01:00
naive_bayes.py cosmit pep8 2012-12-16 23:28:10 +01:00
pipeline.py cosmit pep8 2012-12-16 23:28:10 +01:00
pls.py cosmit pep8 2012-12-16 23:28:10 +01:00
preprocessing.py cosmit pep8 2012-12-16 23:28:10 +01:00
qda.py ENH check in all classifiers in fit and predict that input is finite. inspired by #1027. 2012-11-10 15:53:57 +00:00
random_projection.py More vectorization of the johnson_lindenstraus_bound function 2012-12-21 14:34:19 +01:00
setup.py cosmit pep8 2012-12-16 23:28:10 +01:00
test_setup.py MISC: os.name -> platform.system() 2012-05-30 09:32:42 +02:00