Andreas Mueller
0650d5502e
DOC adding backlinks to docstrings
2015-06-03 00:24:04 -04:00
Raghav R V
abd31d2cad
MAINT Make uniform the error raised for not fitted condition
2015-01-12 00:33:40 +05:30
Joel Nothman
b3bdb08964
DOC fix formatting of attributes etc. in docstrings
2014-07-28 19:04:59 +10:00
MechCoder
c838c382b9
FIX: Preserve public API by introducing return_n_iter param
2014-07-22 15:09:39 +02:00
MechCoder
bbb140aaf0
ENH: Added n_iter_ parameters across all iterative solvers
2014-07-22 15:09:39 +02:00
Andreas Mueller
6e2a83b4e1
remove check_arrays stuff and old input validation
2014-07-20 13:31:45 +02:00
Gael Varoquaux
e42ecd1466
ENH: transformers work on non ndarray subclasses
2014-07-17 11:44:08 +02:00
Kyle Kastner
d1a9af884d
Changed solver from 'dense_cholesky' to 'cholesky' to eliminate deprecation warning.
2014-07-14 08:45:21 -05: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
Andreas Mueller
e369c4339d
COSMIT remove unused imports, pep8
2013-01-26 18:26:20 +01:00
Lars Buitinck
07c56d7cd2
COSMIT rm deprecated stuff
...
One more deprecated feature to go in FastICA; not sure how to handle
that one.
2013-01-22 19:45:27 +01:00
Andreas Mueller
22b52eb124
COSMIT renaming chunk_size to batch_size in MiniBatchDictionaryLearning and MiniBatchSparsePCA
2012-12-16 15:45:34 +01:00
Immanuel Bayer
ca8a8eb66a
ENH renaming 'n_atoms' to 'n_components' for consistency
2012-11-04 10:01:13 +00:00
Andreas Mueller
1aaa7ac140
TST check that transformers fail gracefully on sparse input
2012-08-26 16:01:33 +02:00
Andreas Mueller
94708a33b9
FIX minor rebasing and other problems
2012-06-26 19:00:51 +02:00
Andreas Mueller
86cedafa08
ENH make all Estimators default constructible (except SparseCoder)
2012-06-26 14:16:03 +02:00
David Marek
19bdd9e825
fixed SparsePCA.transform returning NaN for 0 in all samples. ( fixes #615 )
2012-03-18 23:12:51 +01:00
Andreas Mueller
0ebf87bd2f
FIX backtics for members_, spaces around colon (not cologne)
2011-12-23 20:47:52 +01:00
Vlad Niculae
51f74dd05a
DOC: better cross refs and docstrings
2011-12-20 11:06:59 +01: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
2359d92e0f
simplified fit_algorithm keyword
2011-09-19 12:11:33 +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