Commit Graph

40 Commits

Author SHA1 Message Date
Jaques Grobler 2ffb484adb COSMIT pep8 2013-05-04 10:43:39 +02:00
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +02:00
Mathieu Blondel 9cf9e9f335 Fixx doctest. 2013-04-10 00:32:16 +09:00
Mathieu Blondel 8a473b6e12 BUG: fix replacement for _neg. 2013-04-09 23:37:21 +09:00
Mathieu Blondel d3bc5ac1ba Demystify magic values in NNLS implementation. 2013-04-09 23:25:50 +09:00
Mathieu Blondel 5ece0e12c6 Cosmit: more idiomatic way of clipping to zero.
The test also runs 300 milliseconds faster on my machine (1.3s instead
of 1.6).
2013-04-09 23:07:04 +09:00
Andreas Mueller bb7da14726 COSMIT typo 2013-03-10 23:05:21 +01:00
Andreas Mueller 01a745eb96 DOC FIX column span alignment problem in NMF ^^ 2013-03-10 19:24:58 +01:00
Andreas Mueller 21ba76d4a4 DOC some sphinx / rst fixes 2013-03-10 18:45:23 +01:00
Andreas Mueller a3b55f4eae ENH fix test_estimators_overwrite_params to also test regressors and transformers. Then fix all the regressors and transformers ... meh! 2013-02-11 17:13:25 +01:00
Olivier Grisel 1967a0b323 P3K use six to have a python 2 & 3 compatible code base 2013-02-09 18:08:44 +01:00
Vlad Niculae 9f1c346c66 FIX: variable naming inconsistency in NMF 2013-02-09 11:41:28 +00:00
Alexandre Gramfort a119337a23 adding comment on why sparse frobenius is ok as done 2013-01-23 19:38:23 +01:00
Alexandre Gramfort f7e002345f ENH : add reconstruction_err_ for NMF with sparse input 2013-01-22 14:20:52 +01:00
Mathieu Blondel 9095baa37c Add missing types to docstring. 2013-01-08 23:29:33 +09:00
Mathieu Blondel 788a8dd390 X is not a constructor parameter. 2013-01-08 23:18:42 +09:00
Andreas Mueller 966e10c252 COSMIT PEP8 2012-12-22 16:48:17 +01:00
Andreas Mueller 754c2d9533 COSMIT pep8 2012-12-22 16:48:17 +01:00
Xinfan Meng 2468cbf336 DOC Change URLs of NNDSVD papers to avoid paywall 2012-11-15 13:23:28 +01:00
Xinfan Meng 7d707c4092 Fix broken links 2012-11-15 15:33:09 +08:00
GaelVaroquaux bdb0f64d5e COSMIT 2012-11-09 11:51:54 +01:00
Andreas Mueller 9be9072a81 FIX hotfix for NMF sparsity problem 2012-11-07 16:08:42 +01:00
Andreas Mueller 1406cdfbb7 ENH use the numbers module introduced in Python 2.6 to check for number types.
Fixes 1255.
2012-10-24 18:44:53 +02:00
Andreas Mueller 912f2bc009 FIX fixed typo in code, added smoke test. 2012-09-17 23:49:24 +01:00
Andreas Mueller 109b07a20e ENH in NMF only use svd initialization by default if n_components < n_features. 2012-09-17 23:49:24 +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
Andy bed5f4c1e8 FIX: fix again errors in NMF after merge 2011-12-29 14:27:16 +01:00
Mathieu Blondel 9ad004f517 Break down fit_transform into parts. 2011-12-26 23:25:35 +01:00
Mathieu Blondel 03a4e3b38d Add missing reference. 2011-12-26 23:09:36 +01:00
Andreas Mueller ff3f814a1b COSMIT pep8 whitespace 2011-11-20 21:16:52 +01:00
Olivier Grisel 446234728d FIX: compat with numpy 1.5.1 and earlier in NMF 2011-10-04 11:09:20 +02:00
Lars Buitinck f24d6dd135 NMF: cosmit 2011-10-03 19:51:18 +02:00
Lars Buitinck 1e3f1dcd2b Allow sparse input to NMF 2011-10-03 17:17:33 +02:00
Lars Buitinck 4078d6b75e FIX broken doctests in NMF + pep8 2011-10-03 17:16:19 +02:00
Lars Buitinck bd5677bd27 Replace two more flatten()s in NMF with ravel()s 2011-10-03 16:31:16 +02:00
Lars Buitinck d6783c01d5 Micro-optimize NMF for memory usage: topic spotting example down by ~17% 2011-10-03 15:28:43 +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