We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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, )
The text was updated successfully, but these errors were encountered:
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).
Report
Sorry, something went wrong.
No branches or pull requests
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,
)
The text was updated successfully, but these errors were encountered: