argilla-io / argilla-plugins

🔌 Open-source plugins for with practical features for Argilla using listeners.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reporting with `great-expectations`

davidberenstein1957 opened this issue · comments

Relates to

Ideally, we would like to get a report with some default metrics for dataset info over time, based on:

  • prediction metrics
  • annotation metrics
  • text statistics/descriptives

MVP

from argilla_plugins.reporting import rg_great_expectations

rg_great_expectations(name="dataset", email="test@email.com", interval=x)+
rg_great_expectations.start()

STRETCH
variables like query and sample might be included