Edouard Duchesnay
|
ba933828e4
|
remove quotes "" on columns names
|
2011-01-31 12:41:06 +01:00 |
Edouard Duchesnay
|
812d45c10a
|
PLS: WIP
|
2011-01-22 19:04:57 +01:00 |
Edouard Duchesnay
|
09c53ae9e5
|
PLS mode A : two estimation algo: NIPALS & SVD
- in dataset Add linnerud dataset
- in pls.py fix some bug in NIPALS algo
- in pls.py add loading estimation using SVD
- in pls.py add PLS_SVD
|
2011-01-21 20:12:33 +01:00 |
Fabian Pedregosa
|
085544eb5e
|
Use original diabetes data as shipped by the R package lars.
This also gets rid of stupid customizations in example.
|
2010-12-03 16:22:03 +01:00 |
Fabian Pedregosa
|
e95bc43c70
|
Add the diabetes dataset and modify the LAR example.
|
2010-06-16 15:58:52 +02:00 |
Gael Varoquaux
|
1c2aa6446d
|
ENH: Refactor the datasets to add the digits standard dataset.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@654 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
|
2010-04-19 14:15:47 +00:00 |
Fabian Pedregosa
|
2c6e37e0c2
|
update Iris dataset
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@544 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
|
2010-03-16 10:43:02 +00:00 |
Fabian Pedregosa
|
9afe33919a
|
Implement new dataset.
This is an experiment. I implement the dataset as described here [1]
to see how it works on some problems.
[1] https://sourceforge.net/apps/trac/scikit-learn/wiki/DatasetProposal
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@519 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
|
2010-03-12 13:11:31 +00:00 |