scikit-learn/sklearn
Nicolas Pinto 2d80ea66d9 TST: add smoke test for LinearSVC's verbose option 2012-04-12 21:23:57 -04:00
..
check_build COSMIT use Python 2.6 except-as syntax 2011-12-12 20:42:56 +01:00
cluster FIX: missing string formating argument in MBKMeans error message 2012-04-04 09:40:14 +02:00
covariance COSMIT pep8 2012-03-31 15:54:10 +02:00
datasets COSMIT replace utils.testing.assert_in with Nose-compatible functions 2012-04-05 14:39:07 +02:00
decomposition COSMIT pep8 2012-03-31 15:54:10 +02:00
ensemble ENH: cosmit and doc 2012-04-12 11:05:49 +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 FIX : array copy for compat pb 2012-03-29 16:11:08 +02:00
gaussian_process FIX: broken doctest under OSX 2012-03-11 19:49:31 -07:00
linear_model Merge pull request #747 from ibayer/posCoeff 2012-04-11 00:06:06 -07:00
manifold DOC move references from Notes to References section in docstrings 2012-03-04 15:16:51 +01:00
metrics Precomputed distance matrices can be rectangular. 2012-03-31 21:42:11 +09:00
mixture Merge branch 'hmmc' 2012-03-09 23:53:53 +01:00
neighbors COSMIT pep8 2012-04-08 15:47:25 +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 TST: add smoke test for LinearSVC's verbose option 2012-04-12 21:23:57 -04:00
tests removed useless assert 2012-04-04 22:56:13 +02:00
tree FIX: avoid dividing by zero in Tree.compute_importances 2012-04-10 19:16:59 +02:00
utils COSMIT vanity + license for ArrayBuilder 2012-04-12 13:12:05 +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 closes #703 - KFold has now an option to shuffle the data 2012-03-20 23:34:20 +01:00
grid_search.py Return early if there's only one grid point. 2012-03-29 15:20:28 +09: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 GaussianNB: use epsilon to overcome zero sigma problem. 2012-03-27 22:53:50 +02:00
pipeline.py COSMIT shallow copy of steps in Pipeline + code style 2012-03-29 17:32:54 +02:00
pls.py FIX : missing self.copy = copy in PLS GH Issue #758 2012-04-09 21:35:25 +02: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