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

Fix issue with 'squared' parameter in model evaluation #1303

Merged
merged 1 commit into from
Mar 19, 2025
Merged

Conversation

bloebp
Copy link
Member

@bloebp bloebp commented Mar 14, 2025

The newest scikit-learn version removed the 'squared' parameter from mean_squared_error. This is now always True.

Addresses: #1236

The newest scikit-learn version removed the 'squared' parameter from mean_squared_error. This is now always True.

Signed-off-by: Patrick Bloebaum <[email protected]>
@bloebp bloebp requested a review from amit-sharma March 14, 2025 23:35
@bloebp bloebp merged commit 95e45ea into main Mar 19, 2025
36 of 37 checks passed
@bloebp bloebp deleted the fix_squared branch March 19, 2025 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants