Skip to content
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

Add root_mean_squared_error and root_mean_squared_log_error #647

Open
vnmabus opened this issue Feb 2, 2025 · 3 comments
Open

Add root_mean_squared_error and root_mean_squared_log_error #647

vnmabus opened this issue Feb 2, 2025 · 3 comments

Comments

@vnmabus
Copy link
Member

vnmabus commented Feb 2, 2025

Motivation

The functions root_mean_squared_error and root_mean_squared_log_error were added in scikit-learn 1.4 and the squared parameter was deprecated in the functions mean_squared_error and mean_squared_log_error, and removed in version 1.6.

We need to add a FData-aware version of these functions and deprecate that parameter.

Desired functionality

  • Add FData-aware functions root_mean_squared_error and root_mean_squared_log_error to the scoring module.
  • Deprecate squared parameter in functions mean_squared_error and mean_squared_log_error.

Alternatives

No response

Additional context

No response

@rosignol08
Copy link

Hey I'm a CS student and I wonder if I could work on this issue ?

@vnmabus
Copy link
Member Author

vnmabus commented Feb 3, 2025

Sure. I will assign you this issue. If you are no longer interested just tell me, so I can de-assign you.

@rosignol08
Copy link

Thank you I will try my best.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants