Release 0.8.5 #269
nnansters
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everybody!
We've just released NannyML 0.8.5! We're introducing a new metric called business value, fixed our broken container builds, and improved consistency in our plots. Let's dive in!
Installing / upgrading
You can get this latest version by using
pip
:pip install -U nannyml
Or
conda
:conda install -c conda-forge nannyml
What’s new?
Estimated and realized business value
We've added the business value metric for estimated and realized binary classification performance. It allows you to assign a value (or cost) to true positive, true negative, false positive, and false negative predictions.
As you calculate or estimate the confusion matrix for your model over time, you can track its business value and impact.
The following snippet shows how to estimate business value in the absence of ground truth labels:
Read more in the business value tutorials (estimated or realized) or the how it works page.
Create your own custom binary classification metric!
We've added a new tutorial teaching how you can create your own custom metrics using NannyML. Learn how to estimate the balanced accuracy metric here!
What's changed?
What's next?
We should have another update for you quite soon as we wrap up some data-quality related work.
We hope the additions in 0.8.5 bring you some additional business value (see what I did there?). As always, any feedback is encouraged! Reach out in our community Slack, log a bug or a feature request our repository or just leave us a star for good karma!
Beta Was this translation helpful? Give feedback.
All reactions