Andreas Mueller
|
66fc97708a
|
ENH don't use deprecated interface in PPCA & cosmit
|
2012-10-18 14:09:48 +02:00 |
GaelVaroquaux
|
8141cb188a
|
ENH: make RandomizedPCA.fit idempotent
|
2012-10-15 12:36:53 +02:00 |
Andreas Mueller
|
9bd0aadaa3
|
MISC renamed n_iterations to n_iter in all other places.
|
2012-10-10 19:10:29 +01:00 |
Andreas Mueller
|
713ba6006e
|
COSMIT pep8
|
2012-09-04 17:24:01 +01:00 |
kuantkid
|
ea14dc3ebe
|
FIX: this further fixes issues #746 with API compatibility warning and integer division fix
|
2012-09-03 11:02:14 +02:00 |
kuantkid
|
1575e50512
|
FIX: this fixes issues #746 ProbabilisticPCA minor things
|
2012-09-03 11:02:14 +02:00 |
Andreas Mueller
|
2ec38b31e1
|
ENH rudimentary testing of tranformer objects
|
2012-09-01 18:25:05 +02:00 |
Andreas Mueller
|
c50fa29627
|
COSMIT pep8
|
2012-07-20 22:41:01 +01:00 |
Lars Buitinck
|
1426087847
|
COSMIT + DOC input handling and docstrings in RandomizedPCA
|
2012-07-20 15:25:39 +02:00 |
Bussonnier Matthias
|
5c3aa7f088
|
[Docstring Typo] making there -> making their
|
2012-07-16 09:28:28 -05:00 |
Andreas Mueller
|
86cedafa08
|
ENH make all Estimators default constructible (except SparseCoder)
|
2012-06-26 14:16:03 +02:00 |
Subhodeep Moitra
|
6592fdbee4
|
P3K: Fixing prints and dtypes
|
2012-05-11 11:24:27 +02:00 |
GaelVaroquaux
|
30f7b5a3a4
|
TST: fix trivial bug and control the rng
|
2012-03-04 18:15:03 +01:00 |
Andreas Mueller
|
d41a1ea241
|
MISC forbid mle initialization of PCA for n_samples < n_features
|
2012-03-04 18:15:03 +01:00 |
Andreas Mueller
|
a8359d6684
|
ENH issue #661, plus some renaming and minor cleanup
|
2012-03-04 18:15:03 +01:00 |
Andreas Mueller
|
667ef37714
|
DOC move references from Notes to References section in docstrings
|
2012-03-04 15:16:51 +01:00 |
Andreas Mueller
|
cb00e97dc2
|
COSMIT pep8
|
2012-01-23 10:02:01 +01:00 |
Andreas Mueller
|
4b60c026ce
|
Merge pull request #513 from amueller/doc_underscores_for_real
Fixing RST errors in the documentation and trying to make docs a little more consistent.
|
2011-12-31 05:46:43 -08:00 |
Olivier Grisel
|
0f6c525d7e
|
ENH: renamed fast_svd to randomized_svd + related improvements
|
2011-12-31 14:31:55 +01:00 |
Andreas Mueller
|
a3aa805bc5
|
Merge branch 'master' of https://github.com/scikit-learn/scikit-learn into doc_underscores_for_real
Conflicts:
sklearn/decomposition/nmf.py
sklearn/decomposition/pca.py
|
2011-12-29 11:57:41 +01:00 |
Olivier Grisel
|
bb52a4533a
|
FIX: None and int comparison not authorized in py3k (in PCA)
|
2011-12-29 01:41:19 +01:00 |
Andreas Mueller
|
432e7a4e12
|
FIX workarounds for docutils bug
|
2011-12-27 23:48:02 +01:00 |
Andreas Mueller
|
b623aa0065
|
FIX RST and references
|
2011-12-27 21:47:29 +01:00 |
Andreas Mueller
|
0ebf87bd2f
|
FIX backtics for members_, spaces around colon (not cologne)
|
2011-12-23 20:47:52 +01:00 |
Andreas Mueller
|
6c17d0d8af
|
COSMIT make 'References' bold and minor other fixes.
|
2011-12-22 20:57:54 +01:00 |
Vlad Niculae
|
51f74dd05a
|
DOC: better cross refs and docstrings
|
2011-12-20 11:06:59 +01:00 |
Gael varoquaux
|
2c3c2b3d24
|
BUG: fix RandomizePCA: renaming of fast_svd args
|
2011-12-19 08:55:36 +01:00 |
Gael varoquaux
|
37c904d6c5
|
BUG: make the tests pass with numpy 2
|
2011-12-18 08:57:17 +01:00 |
Lars Buitinck
|
8870d5394f
|
ENH prevent copy in PCA if not necessary
|
2011-11-15 15:36:58 +01:00 |
Gael varoquaux
|
cb3eff0899
|
BUG: ProbabilisticPCA.score work with pipeline
score(X, y=None) is required to be used by generic objects that work on
supervised and unsupervised learners.
|
2011-11-04 09:45:20 +01:00 |
Gael varoquaux
|
aea7b5a2de
|
COSMIT: never use np.linalg, but scipy.linalg
|
2011-11-03 21:30:02 +01:00 |
Lars Buitinck
|
71d524396c
|
FIX replace np.atleast_2d with new utils.array2d
atleast_2d will pass through np.matrix
|
2011-10-25 15:16:31 +02:00 |
Olivier Grisel
|
4964ae7a7e
|
FIX broken doctests on buildbot + pep257
|
2011-10-09 11:27:55 +02:00 |
Olivier Grisel
|
4e78abdeba
|
ENH: make it possible to control the add variance caused by Randomized SVD
|
2011-10-09 10:46:34 +02:00 |
Fabian Pedregosa
|
ddf4b72109
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 12:06:57 +02:00 |
Fabian Pedregosa
|
68f27e3790
|
Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
|
2011-09-02 12:03:18 +02:00 |
Fabian Pedregosa
|
fd0d3b879d
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 11:38:24 +02:00 |