-
Notifications
You must be signed in to change notification settings - Fork 442
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
Add support for newer Evidently versions #1780
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I'll create a ticket for incorporating the new monitoring flow, since I think that'll need a bit of thought I think. Maybe something for use case #3 even? https://docs.evidentlyai.com/user-guide/monitoring/monitoring_ui
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Describe changes
I updated the Evidently integration to support Evidently versions >= 0.3.
The main migration was already done in #1283, I simply deleted the legacy code related to the long-removed Evidently Profile and Dashboard API which can no longer be imported in newer versions.
Pre-requisites
Please ensure you have done the following:
Types of changes