[Numpy-discussion] Partial least squares
Gael Varoquaux
gael.varoquaux@normalesup....
Thu Mar 24 15:04:17 CDT 2011
On Thu, Mar 24, 2011 at 08:15:12PM +0100, Olivier Grisel wrote:
> 2011/3/24 Nadav Horesh <nadavh@visionsense.com>:
> > I am looking for a partial least sqaures code refactoring for two (X,Y)
> > matrices. I found the following, but they not not work for me:
> > 1. MDP: Factors only one matrix (am I wrong?)
> > 2. pychem: Windows only code (I use Linux)
> > 3. chemometrics from Koders: I get a singularity error.
> > 4. pca_module (By Risvik): same problem as MDP
> > Any suggestion?
> There is one in the master of scikits.learn:
> https://github.com/scikit-learn/scikit-learn/blob/master/scikits/learn/pls.py
> https://github.com/scikit-learn/scikit-learn/blob/master/examples/plot_pls.py
Olivier shoots faster than I do :)
G
More information about the NumPy-Discussion
mailing list