Commit Graph

43 Commits

Author SHA1 Message Date
Lars Buitinck 9a9b9e85ed DOC+COSMIT: typos, lots of them
Fixes #2102. There's one typo left in joblib which is better fixed
upstream.
2013-09-13 16:29:42 +02:00
Joel Nothman d0c981fa1d MAINT deprecate indices=False for cross validation generators 2013-09-10 10:58:24 +02:00
Olivier Grisel daa051edab Py3 fix 2013-07-26 14:11:39 +02:00
Vlad Niculae 86d7afbd50 FIX OrthogonalMatchingPursuit normalized twice 2013-07-26 12:08:10 +02:00
Vlad Niculae c4df8ed0df FIX respect conventions in OMP init 2013-07-26 09:50:54 +02:00
Alexandre Gramfort 1e408aaaad API : deprecations in orthogonal_mp 2013-07-26 09:50:54 +02:00
Alexandre Gramfort 4ce4863fc7 API : deprecate a lot of extra parameters in OMP object 2013-07-26 09:50:53 +02:00
Alexandre Gramfort e4172212aa use pre_fit in OMP 2013-07-26 09:50:53 +02:00
Alexandre Gramfort bad053852a DOC : more docstring fixes 2013-07-26 09:50:53 +02:00
Vlad Niculae 372ca22492 ENH OrthogonalMatchingPursuitCV estimator
FIX: work with max_iter=1, though it does not make sense

DOC add OrthogonalMatchingPursuitCV docstrings
2013-07-26 09:50:53 +02:00
Vlad Niculae 6f030d90ec ENH add return_path in orthogonal matching pursuit
DOC Clarify docstrings
2013-07-26 09:50:53 +02:00
Joel Nothman f1e9116c30 DOC fix docstring headings 2013-06-13 18:50:30 +10: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
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
Andreas Mueller 754c2d9533 COSMIT pep8 2012-12-22 16:48:17 +01:00
Andreas Mueller 2f0dd13e4d DOC added comment about default for n_nonzero_coefs. 2012-11-10 15:53:58 +00:00
Andreas Mueller a351355510 ENH add checks for clustering, regressors, transformers 2012-11-10 15:53:57 +00:00
Andreas Mueller 57001002bb COSMIT pep8 2012-10-10 09:38:10 +02:00
Alexandre Gramfort 01d032c482 style + typo 2012-09-02 23:16:53 +02:00
Alexandre Gramfort 9cbdad8afb ENH : simplify handle of copy of Gram and X with array2d in OMP 2012-09-02 23:16:53 +02: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
Mathieu Blondel fb714df433 Fix #904. 2012-06-13 13:26:02 +09:00
Alexandre Gramfort 05e4105d04 typo 2012-05-05 21:35:50 +02:00
Gael Varoquaux 54ebafce49 COSMIT we no longer support Py 2.5
Also, avoid 'from foo import bar' or 'import as' as much as possible
2012-05-05 20:40:36 +02:00
Vlad Niculae 3698317761 Add warnings and clean up tests 2012-05-05 20:40:35 +02:00
Alexandre Gramfort 50b516f58f FIX : fix test failing with OMP 2012-03-19 11:35:58 +01:00
Vlad Niculae 60118bf090 FIX: issue #540, make omp robust to empty solution 2012-01-09 00:45:55 +02:00
Tiziano Zito c2169fa1e3 FIX broken links to Rubinstein's K-SVD paper. 2012-01-05 11:22:26 +01:00
Andreas Mueller 26a793459e COSMIT underscore fixes 2011-12-22 21:05:27 +01:00
Vlad Niculae a86b444bd8 Fix one-dimensional y in Gram OMP estimator 2011-11-16 23:42:19 +02:00
Lars Buitinck 0c9cb49f4d Merge pull request #410 from larsmans/accept-matrix-input
ENH accept matrix input throughout
2011-10-25 11:52:36 -07: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
Lars Buitinck 3bde2bf97b ENH accept matrix input throughout
Simple solution: replace np.asanyarray with np.asarray throughout.
Also, use utils.as_float_array where appropriate.
2011-10-21 13:51:12 +02:00
vene 0240e194e9 PEP8 2011-10-20 18:36:25 +03:00
vene ff50c21313 FIX: keep track of index swapping in OMP 2011-10-19 22:45:54 +03:00
Lars Buitinck 56d26f9fdd rename overwrite_Foo params to copy_Foo (and inversed their meaning) 2011-09-25 16:52:29 +02:00
Lars Buitinck 858b268ca2 refactor linear models to call as_float_array only from _center_data
coordinate_descent is the exception, since it plays tricks with
X is X_init that I don't fully understand yet.
2011-09-20 17:06:16 +02:00
vene 18c6e1ea5d added see also refs to sparse_encode functions 2011-09-19 13:24:34 +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