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

Evidently Dashboard on Notebook. #1300

Open
riturajraman-evs opened this issue Sep 13, 2024 · 1 comment
Open

Evidently Dashboard on Notebook. #1300

riturajraman-evs opened this issue Sep 13, 2024 · 1 comment

Comments

@riturajraman-evs
Copy link

Why Can't I use evidently.dashboards in my code to create a dashboard on my notebook?

from evidently.dashboard import Dashboard
from evidently.dashboard.tabs import
(
DataDriftTab,
CatTargetDriftTab,
RegressionPerformanceTab,
ClassificationPerformanceTab,
ProbClassificationPerformanceTab,
)

@elenasamuylova
Copy link
Collaborator

Hi @riturajraman-evs, you are using the old API that was changed 2 years ago.

Check this page on how to proceed: https://docs.evidentlyai.com/support/migration

You can either use the older version of Evidently, or use the Report object (recommended).

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

2 participants