| .. |
|
cluster
|
reuse squared sample norms if possible (_calculate_labels_inertia).
|
2011-06-07 15:55:14 +02:00 |
|
covariance
|
Covariance errors computation API changes.
|
2011-05-25 17:29:03 +02:00 |
|
datasets
|
Raise error if file doesn't exist.
|
2011-06-21 17:57:21 +09:00 |
|
decomposition
|
Merge pull request #198 from amueller/fastICA_transposed
|
2011-06-06 05:26:25 -07:00 |
|
externals
|
FIX: fix import paths in doctests.
|
2011-05-05 11:20:50 +02:00 |
|
feature_extraction
|
Parallel vectorizing is slower than serial
|
2011-06-20 11:37:44 +02:00 |
|
feature_selection
|
kill trailing spaces
|
2011-05-04 17:49:17 +02:00 |
|
gaussian_process
|
Debug GaussianProcess.predict for variance estimation in 'light' storage mode.
|
2011-01-05 11:39:28 +01:00 |
|
linear_model
|
BUG: LassoLARS: X: modified during the normalization
|
2011-06-19 20:15:44 +02:00 |
|
manifold
|
Python2.5 compatibility
|
2011-06-07 18:19:06 +02:00 |
|
metrics
|
BUG: explicit imports in doctests
|
2011-06-08 22:51:30 +02:00 |
|
preprocessing
|
fit_transform does NOT return self + other docfixes
|
2011-06-18 00:24:01 +02:00 |
|
src
|
cosmetic changes
|
2011-06-05 20:09:11 -07:00 |
|
svm
|
add C parameter to LinearSVC docstring
|
2011-06-09 15:19:29 +02:00 |
|
tests
|
Extend MultinomialNB tests to BernoulliNB
|
2011-06-11 19:44:37 +02:00 |
|
utils
|
Python 2.5 and SciPy 0.7 (tentative) compat in mldata
|
2011-06-14 16:25:35 +02:00 |
|
__init__.py
|
Fix spelling in dosctring.
|
2011-05-20 15:01:36 -07:00 |
|
base.py
|
Add note to base fit_transform doc.
|
2011-06-20 16:16:57 +09:00 |
|
cross_val.py
|
ENH: Add a ShuffleSplit cross-validation iterator
|
2011-06-18 14:30:20 +02:00 |
|
grid_search.py
|
Python2.5 compatibility
|
2011-06-07 18:19:06 +02:00 |
|
hmm.py
|
MISC: cosmetic -- hmm.py is now pep8 safe (getting tiring, next time I'll show up earlier at the sprint ;-)
|
2011-04-02 16:53:10 +02:00 |
|
lda.py
|
Fix LDA.transform's docstring.
|
2011-06-06 19:25:36 +09:00 |
|
mixture.py
|
MISC: cosmetic -- more pep8
|
2011-04-02 16:53:10 +02:00 |
|
naive_bayes.py
|
Glitches in BernoulliNB and DiscreteNB (mostly docs)
|
2011-06-12 21:50:04 +02:00 |
|
neighbors.py
|
ENH: support instance of BallTree as input to kneighbors_graph.
|
2011-05-20 09:33:27 +02:00 |
|
pipeline.py
|
pep8
|
2011-05-16 21:52:06 -04:00 |
|
pls.py
|
FIX: pls docstring.
|
2011-05-11 11:33:27 +02:00 |
|
qda.py
|
Python 3 compat, this time with npy_3kcompat.h
|
2011-04-01 16:27:04 +02:00 |
|
setup.py
|
FIX: explicit linking against std++ breaks under mingw32.
|
2011-05-05 11:17:33 +02:00 |