+1 for fixing the bug eventually with a warning notifying for the
change in behavior

A

On Wed, Feb 1, 2012 at 11:10 AM, Mathieu Blondel <[email protected]> wrote:
> Hello,
>
> I just realized that the function "mean_square_error" returns
> np.sum((y_true - y_pred) ** 2) instead of np.mean((y_true - y_pred) **
> 2). Hence it is more a cumulated error than a mean error.
>
> I would like to fix this but this will change people's results.
>
> Mathieu
>
> ------------------------------------------------------------------------------
> 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

------------------------------------------------------------------------------
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

Reply via email to