scikit-learn/sklearn
Mathieu Blondel 5e3ea55706 Add Perceptron. 2012-01-29 02:34:12 +09:00
..
check_build COSMIT use Python 2.6 except-as syntax 2011-12-12 20:42:56 +01:00
cluster BUG replace assert by custom exceptions 2012-01-18 23:31:39 +01:00
covariance MISC: tune test verbosity 2012-01-07 17:15:06 +01:00
datasets COSMIT pep8 2012-01-23 10:02:01 +01:00
decomposition COSMIT pep8 2012-01-23 10:02:01 +01:00
ensemble COSMIT pep8 2012-01-23 10:02:01 +01:00
externals ENH: update joblib 2012-01-07 18:01:45 +01:00
feature_extraction ENH: Default in Vectorizer "None" as @ogrisel suggested 2012-01-20 21:08:49 +01:00
feature_selection Better default threshold for L1-regularized models. 2012-01-25 18:34:41 +09:00
gaussian_process COSMIT pep8 2012-01-23 10:02:01 +01:00
linear_model Add Perceptron. 2012-01-29 02:34:12 +09:00
manifold Merge pull request #587 from jakevdp/arpack-init 2012-01-27 00:10:44 -08:00
metrics COSMIT removed unused imports 2012-01-28 15:32:37 +01:00
mixture Merge remote branch 'upstream/master' 2012-01-02 23:44:31 +09:00
neighbors Merge pull request #588 from jakevdp/balltree-fix 2012-01-28 06:20:12 -08:00
src/cblas Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
svm ENH merge sparse and dense SVMs, part 3: adapt sparse tests 2012-01-27 17:41:25 +01:00
tests Move preprocessing.py to sklearn/. 2012-01-21 05:39:34 +09:00
tree COSMIT pep8 2012-01-23 10:02:01 +01:00
utils COSMIT removed unused imports 2012-01-23 21:13:55 +01:00
__init__.py Start of 0.11 development cycle. 2012-01-10 18:27:24 +01:00
ball_tree.py Nearest Neighbors examples & documentation 2011-09-11 10:45:34 -07:00
base.py ENH: Replace asserts by appropriate errors. Fixes the rest of issue #570. 2012-01-20 20:27:34 +01:00
cross_val.py Some Python 2.5 fixes. 2011-09-21 10:37:13 +02:00
cross_validation.py Refactor in KFold. 2012-01-23 11:00:08 +01:00
grid_search.py COSMIT pep8 2012-01-23 10:02:01 +01:00
hmm.py COSMIT docs hmm 2011-12-29 11:58:30 +01:00
kernel_approximation.py BUG input validation in kernel approximations + pep8 2011-12-24 21:21:23 +01:00
lda.py small simplification in LDA 2012-01-16 08:43:24 -08:00
multiclass.py DOC fixes in Multiclass docs. Didn't show correctly on web. 2012-01-16 17:48:34 +01:00
naive_bayes.py BUG replace assert by custom exceptions 2012-01-18 23:31:39 +01:00
pipeline.py ENH: Replace asserts by appropriate errors. Fixes the rest of issue #570. 2012-01-20 20:27:34 +01:00
pls.py COSMIT: pep8 2011-12-23 10:24:36 -08:00
preprocessing.py FIX: broken build / tests 2012-01-21 06:21:40 +01:00
qda.py ENH accept matrix input throughout 2011-10-21 13:51:12 +02:00
setup.py FIX: broken build / tests 2012-01-21 06:21:40 +01:00