evidentlyai / evidently

Evidently is ​​an open-source ML and LLM observability framework. Evaluate, test, and monitor any AI-powered system or data pipeline. From tabular data to Gen AI. 100+ metrics.
https://www.evidentlyai.com/evidently-oss
Apache License 2.0
5.19k stars 581 forks source link

Evidently Dashboard on Notebook. #1300

Open riturajraman-evs opened 2 weeks ago

riturajraman-evs commented 2 weeks ago

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 commented 2 weeks 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).