Open riturajraman-evs opened 2 months ago
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).
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, )