Arthur Mensch
|
1c7168d398
|
Fix fit_transform, stability issue and scale issue in PLS
|
2015-10-22 14:25:59 +02: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 |
Javier López Peña
|
504d2228f2
|
Replace 'coefs' by 'coef_' in PLSRegression
|
2014-11-30 18:12:40 +00:00 |
Joel Nothman
|
82945e54b2
|
FIX PLSRegression again supports 1d target
Fixes plot_compare_cross_decomposition example
|
2014-08-20 12:49:44 +10: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
|
38e84c5fb9
|
MAINT Move the pls to the cca to a cross_decomposition module
|
2013-07-25 11:01:59 +02:00 |