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.2k stars 583 forks source link

ModuleNotFoundError: No module named 'evidently.metrics'; 'evidently' is not a package #1093

Open marlierecharlie opened 5 months ago

marlierecharlie commented 5 months ago

Hello,

python version : 3.10.11

this what I did : in terminal pip install evidently==0.4.19 in python script :



from sklearn import datasets

from evidently.metrics import ColumnDriftMetric
from evidently.metrics import ColumnSummaryMetric```