Release 0.8.0 #155
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
-
Hi all,
Niels from engineering here to tell you about the 0.8.0 release!
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?
More univariate drift methods!
Our data science and research teams have been investigating and benchmarking methods for detecting univariate data drift.
Two methods made the cut and are now available in the library: the
Wasserstein distance
and theL-Infinity distance
.You can find out more about them in the univariate drift methods documentation.
You can use them with the
UnivariateDriftCalculator
as follows:Usage logging
Given that we've not heard any outcry against introducing usage logging after our announcement blog, we've decided to move its launch forward to better match our marketing activities.
You can find out all you want to know about the why, what, how and how to disable usage logging on the usage logging documentation page.
What's changed?
mypy
led to some new issues to resolveWhat's next?
We have some exciting, foundational updates coming very, very soon. Stay tuned!
Beta Was this translation helpful? Give feedback.
All reactions