On 13 March 2012 18:16, Andreas Mueller <[email protected]> wrote:
> On 03/13/2012 07:49 AM, Olivier Grisel wrote:
> > Le 12 mars 2012 17:49, Robert Layton<[email protected]> a écrit :
> >> I'll work off that template, and when I work out the details of the
> >> shrinking parameters (specifically which one is more in use), I'll
> branch
> >> and submit a PR.
> > Great. I think the nearest centroid is a very nice baseline classifier
> > for sanity check: fast to fit, fast to predict, zero hyper-paramete
> > and yet make reasonable assumption for many classification dataset (a
> > good example of high bias, low variance, the opposite of deep decision
> > trees or RBF kernels SVMs).
> >
> Have you ever compared it to LDA?
> I would think the results are quite similar.
>
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
You were quite right Andreas. From the paper:
The discriminant scores in Eq.6 are similar to that used in linear
discriminant analysis LDA), which arises from using the Mahalanobis metric
in computing distance to centroids
I've submitted a PR without the shrinking, which is pretty much done. I'm
working through the paper now. It's fairly well described, so if I get
time, I should have the PR ready tomorrow.
--
Public key at: http://pgp.mit.edu/ Search for this email address and select
the key from "2011-08-19" (key id: 54BA8735)
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general