Lars Buitinck
3697d755c4
MAINT/TST: public export of non_negative_factorization
...
Changed imports in test to separate testing of API and of internals.
See gh-5509.
2015-10-21 14:55:06 +02:00
Chyi-Kwei Yau
efd5e3bf1c
don't use sparse.block_diag since it is new in scipy 0.11.0
...
update params and minor change
add onlineLDA example
rename onlineLDA to LatentDirichletAllocation
raise NotFittedError in trnasform
change model name in LDA example
cython optimization for online LDA model
fix import error
add evaluate_every parameter in online LDA model
add score in LDA model
fix doc format
update variable name and improve docs
fix broken example and change parameter name to n_samples & n_features
add check_non_negative function in LDA
add parameter to specify online/batch VB in fit method
improve documentation
set default hyper parameter to 1 / n_topics
use gen_batches in example
remove old func from example
2015-05-09 19:30:39 -04:00
Chyi-Kwei Yau
64e730e382
add OnlineLDA model and test
2015-05-09 19:30:39 -04:00
Kyle Kastner
b2d6a30aeb
IncrementalPCA implementation
2014-09-22 13:12:29 -04:00
Lars Buitinck
88b05ff908
MAINT remove deprecated PCA code
2014-07-22 15:45:35 +02:00
Lars Buitinck
dedc822edf
ENH export randomized_svd publicly
...
... and don't use an import from utils in an example script!
2013-08-30 10:17:40 +02:00
Andreas Mueller
e488704849
COSMIT pep8
2013-07-23 15:17:32 +02:00
Lars Buitinck
cacb14ef0a
ENH add latent semantic analysis/sparse truncated SVD
...
Fixes #1519 .
2013-06-12 13:39:36 +02:00
Andreas Mueller
754c2d9533
COSMIT pep8
2012-12-22 16:48:17 +01:00
Alexandre Gramfort
dd58d6ee54
API : rename psi to noise_variance + some cleanup in FA
2012-10-13 19:29:00 +02:00
Alexandre Gramfort
bf96a1418d
ENH : cleanup FactorAnalysis object
2012-10-13 19:29:00 +02:00
osdf
1929892f48
Factor Analysis -- implemented with EM + SVD.
2012-10-13 19:29:00 +02:00
Andreas Mueller
317a928eb6
FIX removed sparse_encode_parallel
2012-09-04 18:08:39 +01:00
Vlad Niculae
7f76aa1def
Add __all__ for half of the scikit
2012-09-04 18:00:49 +01:00
Vlad Niculae
4575b322c1
Remove sparse_encode_parallel
...
This was deprecated in 0.10 as far as I can tell.
2012-09-01 20:02:13 +02:00
Vlad Niculae
51f74dd05a
DOC: better cross refs and docstrings
2011-12-20 11:06:59 +01:00
Vlad Niculae
384f4b7326
Hide sparse_encode -- redundant
2011-12-19 20:15:22 +01:00
Vlad Niculae
6b018a69f7
Added SparseCoder to init and class index
2011-12-07 20:24:37 +02:00
Gilles Louppe
c40dbf739f
DOC: Standardize the module documentation format (work in progress)
2011-11-30 10:30:13 +01:00
vene
8fee910b97
made sparse_encode functions visible
2011-09-19 13:20:57 +03:00
vene
167f34080e
renamed MiniBatchDictionaryLearning
2011-09-17 18:55:16 +03:00
vene
40eb1010d2
Merge branch 'master' into sc
...
Conflicts:
doc/modules/linear_model.rst
scikits/learn/decomposition/__init__.py
2011-09-05 01:45:31 +03: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