We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
get_qoi
get_qoi_names
Add a way to retrieve a list of available QoI (the names as strings) and a way to retrieve the corresponding object for custom definitions.
Equivalent to the sklearn functions get_scorer and get_scorer_names
sklearn
get_scorer
get_scorer_names
No response
The text was updated successfully, but these errors were encountered:
ENH add get_qoi and get_qoi_names (#27)
5a8a988
ENH add missing import (#27)
803ffab
aae93e2
joaopfonseca
Successfully merging a pull request may close this issue.
Describe the workflow you want to enable
Add a way to retrieve a list of available QoI (the names as strings) and a way to retrieve the corresponding object for custom definitions.
Describe your proposed solution
Equivalent to the
sklearn
functionsget_scorer
andget_scorer_names
Describe alternatives you've considered, if relevant
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: