-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG + 1] Add changelog entry for MSLE implemented in #7655. #8104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -41,6 +41,10 @@ New features | |||
Kullback-Leibler divergence and the Itakura-Saito divergence. | |||
By `Tom Dupre la Tour`_. | |||
|
|||
- Added :func:`metrics.regression.mean_squared_log_error`, a risk metric |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added ..., which computes the mean of squares on the natural log of the error... or something like that...
The risk metric... seems unnecessary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another review and merge @jnothman?
Fine by me. @raghavrv, minor changes do not require double review. |
Hi @jnothman, @raghavrv I'm sorry for the inconvenience - I thought it should work but the hyperlink is not being displayed. I guess it should have been simply This typo has to be fixed in Line 44. Is it fine this way / shall I submit a PR / could you make a typo fix directly on master ? |
the problem, i think, is .regression. Fixed, I hope.
…On 23 December 2016 at 16:20, Karan Desai ***@***.***> wrote:
Hi @jnothman <https://github.com/jnothman>, @raghavrv
<https://github.com/raghavrv> I'm sorry for the inconvenience - I thought
it should work but the hyperlink
[image: image]
<https://cloud.githubusercontent.com/assets/10494087/21447622/59f3f7ac-c8fd-11e6-932c-c57636590433.png>
is not being displayed. I guess it should have been simply
sklearn.metrics.mean_squared_log_error as it in imported in __init__.py
though I'm not sure whether this should turn back the hyperlink.
This typo has to be fixed in Line 44
<https://github.com/scikit-learn/scikit-learn/blob/master/doc/whats_new.rst>.
Is it fine this way / shall I submit a PR / could you make a typo fix
directly on master ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8104 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEz64q2q-a-M29THuSm8idsnydWCqWiks5rK1o6gaJpZM4LT4zy>
.
|
Thanks @jnothman 😄 |
Reference Issue
None
What does this implement/fix? Explain your changes.
Adds an entry in CHANGELOG about the new regression metric, mean squared logarithmic error, implemented in #7655. It was missed out earlier.
Any other comments?
None