2022-08-29
What’s New
Embedding Drift MonitorsUse embeddings drift monitors to receive automatic alerts when your unstructured data drifts. Embedding drift is measured by calculating the Euclidean Distance between embedding vectors.
Drift Monitor Metric: JS Distance
JS distance is a symmetric derivation of KL divergence, and it is used to measure drift. Use JS distance to compare distributions with low variance to measure the similarity between two distributions.Learn how to use and calculate JS Distance here.
File Importer API
Programmatically create, query, and delete jobs & files using our public facing GraphQL API. Our GraphQL API provides a direct path between cloud storage and the Arize platform to easily set up jobs and automate job creation.Walk through a step-by-step tutorial here.Interested in using the file importer API? Reach out to support@arize.com for access.
Enhancements
Python SDK 5.0.2
-
Removed
bulk_log(). Learn how to log data to Arize_ here_. -
Deprecated
CATEGORICAL_ & _BINARY* *models. -
Model typeparameter field is now **required **(previously optional). -
Model versionis now optional (previously required). If you do not set a model version, it will appear as “no_version” in the UI. -
Schema* *type is now imported fromarize.utils.types. -
Added parameter
environmentto the real-time logger. This allows to log in real-time training/validation records.****- The
environmentparameter is required.
- The
In The News
Four Crisis-Tested Lessons For Leading Effective ML TeamsRecently, Arize co-hosted an event with Vectice featuring the “Voices of ML Leaders.” Miss it? Here are four takeaways from leaders at Microsoft, Kohl’s, and Yelp on how to lead effective ML teams:- Tie Model Metrics To Business KPIs Upfront
- Invest All the Way Through the ML Lifecycle
- Consider Threading the Needle With Central ML
- Assess New Talent By Simulating Real-World Problems


