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

Implement DataDriftTrigger using Evidently #366

Closed
jenny011 opened this issue Feb 7, 2024 · 0 comments · Fixed by #409
Closed

Implement DataDriftTrigger using Evidently #366

jenny011 opened this issue Feb 7, 2024 · 0 comments · Fixed by #409
Assignees

Comments

@jenny011
Copy link
Collaborator

jenny011 commented Feb 7, 2024

Related to #365
Implement a simple DataDriftTrigger that can

  1. start a data drift detection when new data amount reaches a threshold
  2. fetch new data and data of the previous trigger from the storage
  3. download and run the previous model to compute embeddings of the data
  4. run Evidently to detect drift in the embeddings.
  5. make triggering decisions based on the drift score.
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

Successfully merging a pull request may close this issue.

1 participant