Skip to content
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

model drift metrics #45

Open
realmarcin opened this issue Sep 14, 2023 · 0 comments
Open

model drift metrics #45

realmarcin opened this issue Sep 14, 2023 · 0 comments

Comments

@realmarcin
Copy link
Collaborator

Detect feature changes between training and production to catch problems ahead of performance degradation
Detect prediction distribution shifts between two production periods as a proxy for performance changes (especially useful in delayed ground truth scenarios)
Use drift as a signal for when to retrain – and how often to retrain
Catch feature transformation issues or pipeline breaks
Detect default fallback values used erroneously
Find new data to go label
Find clusters of new data that are problematic for the model in unstructured data
Find anomalous clusters of data that are not in the training set
Find drift in embeddings representing image, language, or unstructured data

https://arize.com/blog-course/drift/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant