Skip to content

Fix bug in df_regr #141

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

Merged
merged 8 commits into from
Oct 18, 2023
Merged

Fix bug in df_regr #141

merged 8 commits into from
Oct 18, 2023

Conversation

icfaust
Copy link
Collaborator

@icfaust icfaust commented Oct 18, 2023

Scikit-learn 1.2.0 uses different criteria as before, where 'mse' needs to be 'squared_error' and 'mae' needs to be 'absolute_error'. This is causing a silent failure in the skl_config.json when used in benchmarking CI.

@Alexsandruss Alexsandruss merged commit f19d268 into IntelPython:master Oct 18, 2023
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