scikit-learn/sklearn
Emmanuelle Gouillart e9d6673c6e ENH: a few typos in docstrings 2012-03-25 23:17:42 +02:00
..
check_build COSMIT use Python 2.6 except-as syntax 2011-12-12 20:42:56 +01:00
cluster ENH: Don't modify connectivity unless specified 2012-03-25 18:45:04 +02:00
covariance DOC added reference for EllipticEnvelop and fixed some sphinx errors. 2012-03-24 20:53:14 +01:00
datasets Merge branch 'master' into gradient_boosting 2012-03-19 10:00:34 +01:00
decomposition Merge pull request #705 from agramfort/fix_ica 2012-03-21 15:45:20 -07:00
ensemble cosmit: no need for float literals 2012-03-22 22:27:36 +01:00
externals ENH: update joblib 2012-02-15 16:46:34 +01:00
feature_extraction Merge branch 'dictvectorizer' 2012-03-18 18:09:43 +01:00
feature_selection DOC move references from Notes to References section in docstrings 2012-03-04 15:16:51 +01:00
gaussian_process FIX: broken doctest under OSX 2012-03-11 19:49:31 -07:00
linear_model ENH: a few typos in docstrings 2012-03-25 23:17:42 +02:00
manifold DOC move references from Notes to References section in docstrings 2012-03-04 15:16:51 +01:00
metrics BUG: Fix metrics.aux() w/ duplicate values 2012-03-13 21:52:17 -07:00
mixture Merge branch 'hmmc' 2012-03-09 23:53:53 +01:00
neighbors Merge pull request #588 from jakevdp/balltree-fix 2012-01-28 06:20:12 -08:00
semi_supervised FIX get rid of some doctest errors (with the stricter nosetester) 2012-03-17 23:54:36 +01:00
src/cblas Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
svm FIX: return; instead of return NULL; 2012-03-23 14:56:36 +01:00
tests Factor tests. 2012-03-23 14:34:04 +09:00
tree Merge pull request #707 from amueller/graphviz_dot_refactoring 2012-03-25 07:50:07 -07:00
utils Fix lsqr for scipy 0.7. 2012-03-23 15:30:11 +09:00
__init__.py Merge branch 'label-propagation' 2012-02-02 12:55:56 +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 BUG: make clone work on 2D arrays 2012-02-01 23:22:42 +01:00
cross_validation.py closes #703 - KFold has now an option to shuffle the data 2012-03-20 23:34:20 +01:00
grid_search.py API: use C=None by default in libsvm/liblinear bindings so (C=1, scale_C=False) which is libsvm default == (C=None, scale_C=True) which is the scikit default 2012-03-07 15:34:24 +01:00
hmm.py Merge branch 'hmmc' 2012-03-09 23:53:53 +01:00
kernel_approximation.py BUG input validation in kernel approximations + pep8 2011-12-24 21:21:23 +01:00
lda.py DOC Added QDA to references, narrative docs, improved docstrings 2012-03-04 17:22:46 +01:00
multiclass.py DOC move references from Notes to References section in docstrings 2012-03-04 15:16:51 +01:00
naive_bayes.py DOC move references from Notes to References section in docstrings 2012-03-04 15:16:51 +01:00
pipeline.py API: set scale_C to True by default in libsvm/liblinear models 2012-02-11 14:42:47 +01:00
pls.py DOC move references from Notes to References section in docstrings 2012-03-04 15:16:51 +01:00
preprocessing.py Bug: must be strictly less than. 2012-02-28 16:56:25 +09:00
qda.py DOC Added QDA to references, narrative docs, improved docstrings 2012-03-04 17:22:46 +01:00
setup.py Merge branch 'hmmc' 2012-03-09 23:53:53 +01:00