scikit-learn/sklearn
Andreas Mueller 3b3dc2ecfd MISC use logsumexp in DPGMM for less warnings 2012-05-05 20:56:58 +02:00
..
check_build COSMIT use Python 2.6 except-as syntax 2011-12-12 20:42:56 +01:00
cluster DOC: better description of init_size 2012-05-05 18:57:58 +02:00
covariance COSMIT typos by `git grep independant` 2012-05-05 18:33:24 +02:00
datasets COSMIT typos by `git grep independant` 2012-05-05 18:33:24 +02:00
decomposition COSMIT removed unused import in test 2012-05-04 23:16:15 +02:00
ensemble Revert "Merge pull request #773 from amueller/forest_pre_dispatch" 2012-04-17 20:48:10 +02:00
externals ENH: update joblib 2012-02-15 16:46:34 +01:00
feature_extraction DOC + FIX DictVectorizer: actually support single Mapping arg in transform 2012-04-09 16:31:54 +02:00
feature_selection BUG ensure that SelectKBest actually selects k features 2012-04-30 17:25:13 +02:00
gaussian_process FIX: broken doctest under OSX 2012-03-11 19:49:31 -07:00
linear_model COSMIT we no longer support Py 2.5 2012-05-05 20:40:36 +02:00
manifold MISC added note that we need better tests 2012-04-27 11:32:44 +02:00
metrics DOC clarify zero_one_score 2012-04-26 01:01:41 +02:00
mixture MISC use logsumexp in DPGMM for less warnings 2012-05-05 20:56:58 +02:00
neighbors MISC Don't warn on equidistant on iris. iris has duplicate datapoints. 2012-04-23 22:04:30 +02: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 : sparse SVC clone with callable kernel 2012-04-21 18:08:15 +02:00
tests COSMIT pep8 2012-05-04 22:18:45 +02:00
tree COSMIT pep8 2012-04-13 15:57:54 +02:00
utils FIX copy/paste error 2012-05-04 23:16:31 +02: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 API: n_test -> test_size in Bootstrap 2012-04-22 18:18:32 +02:00
grid_search.py FIX : fix SVC pickle with callable kernel 2012-04-20 23:35:12 +02:00
hmm.py FIX don't use parameters to fit in GMMHMM. 2012-04-23 21:33:27 +02: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 GaussianNB: use epsilon to overcome zero sigma problem. 2012-03-27 22:53:50 +02:00
pipeline.py ENH add ``decision_function`` to ``Pipeline`` 2012-05-02 16:41:20 +02:00
pls.py Fix doctest in PLS. 2012-05-02 17:22:43 +09:00
preprocessing.py Cosmit: comment on 'clever' code 2012-05-04 23:46:38 +02: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