scikit-learn/sklearn/decomposition
Olivier Grisel 393d651e67 Merge pull request #5133 from arthurmensch/lasso_perf_checks
[MRG+1] Removing repeated input checking in Lasso and DictLearning
2015-08-20 16:12:48 +02:00
..
tests ENH: faster LatentDirichletAllocation (~15% on 20news) 2015-08-14 20:15:04 +02:00
__init__.py don't use sparse.block_diag since it is new in scipy 0.11.0 2015-05-09 19:30:39 -04:00
_online_lda.c ENH: faster LatentDirichletAllocation (~15% on 20news) 2015-08-14 20:15:04 +02:00
_online_lda.pyx ENH: faster LatentDirichletAllocation (~15% on 20news) 2015-08-14 20:15:04 +02:00
base.py FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -05:00
dict_learning.py Added check_input in Lasso for DictLearning performance 2015-08-20 11:36:24 +02:00
factor_analysis.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
fastica_.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
incremental_pca.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
kernel_pca.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
nmf.py Merge pull request #3659 from chyikwei/onlineldavb 2015-08-09 19:13:01 +02:00
online_lda.py remove dirichlet_component_ variable 2015-08-13 21:57:14 -04:00
pca.py Better docstring for PCA, closes #3322. 2015-06-09 11:12:38 -04:00
setup.py don't use sparse.block_diag since it is new in scipy 0.11.0 2015-05-09 19:30:39 -04:00
sparse_pca.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
truncated_svd.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00