-
Notifications
You must be signed in to change notification settings - Fork 3
Apply changes from juan5508/sc-3259/Create-Metric-V2-class #1
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
Conversation
This pull request has been linked to Shortcut Story #3259: UnitMetric class POC. |
Pull requests must include a description in the release notes section. |
1 similar comment
Pull requests must include a description in the release notes section. |
226db0f
to
6dd9218
Compare
Pull requests must include a description in the release notes section. |
Pull requests must include a description in the release notes section. |
Pull requests must include a description in the release notes section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job 👏 I left a final comment to remove unused object keys. Other than that it's ready to go 🚀
@juanmleng looks like Andres approved your pull request. Congratulations on making the very first contribution to our developer framework as open-source software. This will forever be pull request #1 in this repository! 🙌 |
Internal Notes for Reviewers
This PR transfers the changes from @juanmleng's private branch to our public open-source repository.
External Release Notes
This pull request introduces the Unit Metric feature, a new single value measure designed to streamline the risk assessment process in Machine Learning and AI model development. The Unit Metric simplifies complex evidence into actionable insights, allowing for efficient monitoring and comparison of risks across different models or datasets.
Example:
Changes
UnitMetric
class.F1
,Accuracy
,Precision
,Recall
andROC_AUC
vm.unit_metrics.run_metric
to the ValidMind client library to support running metrics.Testing
run_unit_metrics.ipynb