Commit Graph

44 Commits

Author SHA1 Message Date
Andreas Mueller 4eee24a60f Merge pull request #5517 from lesteve/replace-base-class-method-calls-by-super
[MRG] Use super rather than calls to base class methods
2015-10-22 18:30:25 +02:00
Loïc Estève f63ba1d963 MAINT use super rather than calls to base class methods 2015-10-22 15:00:43 +02:00
Arthur Mensch 1c7168d398 Fix fit_transform, stability issue and scale issue in PLS 2015-10-22 14:25:59 +02:00
Raghav R V 4f4c3598e6 FIX dtypes to conform to the stricter type cast rules of numpy 1.10
FIX set copy to (copy & whiten).

FIX/DOC Use float outputs for doctest
2015-10-15 18:21:51 +02:00
Raghav R V ac40d4ffb3 MAINT PLS Remove deprecated coefs attribute
PEP8 pls_.py
2015-07-03 20:40:13 +05:30
Jacob Schreiber 74ae2f0702 Changed addition of epsilon for cases where y_weights is near 0 2015-06-24 15:21:17 +02:00
Jacob Schreiber 44b3ec84a7 Epsilon added to x and y weights in nipals inner loop for numeric stability on windows 2015-06-24 13:48:08 +02:00
Andreas Mueller 0650d5502e DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
Varoquaux 6c81fbcf7b Merge pull request #4420 from amueller/cca_low_rank
FIX CCA low rank doesn't crash any more
2015-04-02 19:02:15 +02:00
Andreas Mueller 5035b18410 ENH minor fixes / simplifications for PLS input validation, add test for error. 2015-03-24 14:55:27 -04:00
Andreas Mueller 8ea474c00e cleaned up input validation, added tests for copy keyword. 2015-03-24 12:06:01 -04:00
Raghav R V cd2ee7e454 MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
Andreas Mueller 3847a8cfa6 deal with y lists 2015-03-20 10:42:36 -04:00
Andreas Mueller 6bbd7c0e0e make cross_decomposition pass common tests 2015-03-19 19:09:50 -04:00
Andreas Mueller 82e44154b9 FIX Minor shape fixes in PLS 2015-03-19 19:02:09 -04:00
Andreas Mueller 9c66a20a17 avoid NaN in CCA 2015-03-19 18:44:53 -04:00
Andreas Mueller e0f5049a3d minor fixes in docs. 2015-03-03 11:07:18 -05:00
Andreas Mueller 9bc4de8dae some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
Mathieu Blondel e20ea815c3 Fix error in CCA docstring. 2015-01-21 14:25:43 +09:00
Raghav R V b3fbccca38 FIX various mismatch between docstring and signature params
DOC max_iterations -> max_iter. Make it consistent with kmeans

MAINT Replace the deprecated dx parameter with d in the docstrings

MAINT Deprecation warning for max_iterations parameter.
2015-01-16 11:54:57 -05:00
Raghav R V abd31d2cad MAINT Make uniform the error raised for not fitted condition 2015-01-12 00:33:40 +05:30
Raghav R V 24c0efd12f PEP8 Fix E112 and E113 errors 2015-01-08 04:00:28 +05:30
Javier López Peña 504d2228f2 Replace 'coefs' by 'coef_' in PLSRegression 2014-11-30 18:12:40 +00:00
jnothman 867af08409 Merge pull request #3578 from jnothman/pls-validation
[MRG] PLSRegression again supports 1d target
2014-11-30 10:55:28 +11:00
Olivier Grisel d3f4936826 FIX #3503: use linalg.pinv to better deal with singular input data 2014-11-05 10:58:24 -05:00
Joel Nothman 82945e54b2 FIX PLSRegression again supports 1d target
Fixes plot_compare_cross_decomposition example
2014-08-20 12:49:44 +10:00
Joel Nothman b3bdb08964 DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
MechCoder 06f09730dd TST: Test that after fitting n_iter is greater than 1 2014-07-22 15:09:39 +02: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
Joel Nothman dbc26ce996 COSMIT remove unused imports and variables 2014-02-03 19:43:56 +11:00
Lars Buitinck 2f998cae7e DOC fix cross-decomposition docstrings 2013-10-30 23:31:13 +01:00
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
Gael Varoquaux e97c266b2a COMPAT: fix arpack and pls on old scipy/numpy 2013-07-27 16:46:44 +02:00
Andreas Mueller 01e99d0d31 cosmit typo 2013-07-26 15:50:17 +02:00
Nelle Varoquaux f08ee94b65 COSMIT small documentation tweaks 2013-07-26 15:41:24 +02:00
Nelle Varoquaux 9d85c99fdd FIX PLSSVD now returns the correct number of components
closes #1312
2013-07-26 15:36:41 +02:00
Nelle Varoquaux 9f8eb14e59 TST better testing of the PLS module
Now checks it returns the correct number of components, and not just the
maximum number of components.
2013-07-26 15:36:40 +02:00
Nelle Varoquaux a1b5553f24 FIX on py3k, we need explicit relative imports 2013-07-25 11:48:51 +02:00
Nelle Varoquaux a4efec5512 FIX init methods of ABCMeta class also need to be abstract 2013-07-25 11:01:59 +02:00
Nelle Varoquaux b732f4d1a7 MAINT deprecated the pls module, moved CCA to cca_
TEST don't need to excluse _PLS and _CCA
2013-07-25 11:01:59 +02:00
Nelle Varoquaux 8b13a1fbc5 DOC improved docs/docstrings on cross_decomposition 2013-07-25 11:01:59 +02:00
Nelle Varoquaux 38e84c5fb9 MAINT Move the pls to the cca to a cross_decomposition module 2013-07-25 11:01:59 +02:00