draxus
e5628f79c6
peping8 examples
2011-12-19 18:16:51 +01: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
Fabian Pedregosa
1021baf7a7
FIX: broken example
2011-09-01 09:35:29 +02:00
andy
74b762e965
print docstring in examples
2011-06-04 19:11:33 +02:00
Gael varoquaux
ec96240c71
DOC: improve PLS docs and example
2011-03-25 00:27:18 +01:00
Edouard Duchesnay
26a25613de
PLS : check for numerical instabilities + force float
...
- Warm user if latent variance is null
- cast X, Y data to float (since they have to be centerered)
2011-02-20 04:15:35 +01:00
Edouard Duchesnay
fb9e0bd523
PLS, new specific classes: PLSCanonical, PLSRegression, CCA + some cosmetics
...
Those classes simply inherits from the base PLS with specific parameters
- PLSregression inherits from PLS with mode="A" and
deflation_mode="regression"
- PLSCanonical inherits from PLS with mode="A" and
deflation_mode="canonical"
- CCA inherits from PLS with
mode="B" and deflation_mode="canonical"
Cosmetics: minimalistic example usage
2011-02-01 13:58:27 +01:00
Edouard Duchesnay
5d6b05852d
PLS cosmetic: PEP8, etc.
2011-02-01 04:35:18 +01:00
Edouard Duchesnay
6de70d451d
PLS : make sure this also works with 1 dimensional response (PLS1)
2011-01-31 12:11:05 +01:00
Edouard Duchesnay
40c62f4b91
PLS : predict
...
- add some plot
- test of "non regression" for the prediction fucntion
2011-01-30 03:42:28 +01:00
Edouard Duchesnay
04c10f74e3
PLS : add predict function
...
+ some cosmetic
2011-01-29 20:48:43 +01:00
Edouard Duchesnay
9539f4fa1c
PLS: transform method
...
- In fit method: compute rotations
- This greatly simplify the transform function
2011-01-27 19:33:59 +01:00
Edouard Duchesnay
c338ece45c
PLS: test_pls fix a bug
2011-01-27 15:33:57 +01:00
Edouard Duchesnay
be305bfa00
PLS: add transform function
...
+ add some new QC
2011-01-27 15:21:13 +01:00
Edouard Duchesnay
f8554f54ff
PLS: simplify API + som additionnal test
2011-01-26 18:02:31 +01:00
Edouard Duchesnay
a6041c6ff2
PLS cosmetic
2011-01-24 12:17:30 +01:00
Edouard Duchesnay
823ed5a8d0
PLS : cosmetic changes
2011-01-23 05:50:08 +01:00
Edouard Duchesnay
812d45c10a
PLS: WIP
2011-01-22 19:04:57 +01:00
Edouard Duchesnay
b56dcde3ec
PLS examples
2011-01-17 16:23:53 +01:00