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(api): Return most native type for metrics in EstimatorReport #1283

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

glemaitre
Copy link
Member

@glemaitre glemaitre commented Feb 3, 2025

closes #1275

Make metric methods from EstimatorReport return the most native type possible: float, dict or numpy array.

TODO:

  • Adapt the CrossValidationReport

@glemaitre glemaitre marked this pull request as draft February 3, 2025 22:55
@glemaitre glemaitre changed the title fix: Return most native type for metrics in EstimatorReport api: Return most native type for metrics in EstimatorReport Feb 5, 2025
@glemaitre glemaitre changed the title api: Return most native type for metrics in EstimatorReport fix(api): Return most native type for metrics in EstimatorReport Feb 5, 2025
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.

api: return Python native type when calling metrics function
1 participant