Are you sure you want to delete this access key?
You need following tools installed:
docker
docker-compose
(included to Docker Desktop for Mac and Docker Desktop for Windows )Note: all actions expected to be executed in repo folder.
python -m venv venv && source ./venv/bin/activate
or conda create -n venv python=3.11 && conda activate venv
)pip install -r requirements.txt
baseline_model_nyc_taxi_data.ipynb
for downloading datasets, training model and creating reference datasetTo start all required services, execute:
docker-compose up -d
It will start following services:
db
- PostgreSQL, for storing metrics dataadminer
- database management toolgrafana
- Visual dashboarding toolTo calculate evidently metrics with prefect and send them to database, execute:
python evidently_metrics_calculation.py
This script will simulate batch monitoring. Every 10 seconds it will collect data for a daily batch, calculate metrics and insert them into database. This metrics will be available in Grafana in preconfigured dashboard.
In your browser go to a localhost:3000
The default username and password are admin
Then navigate to General/Home
menu and click on Home
.
In the folder General
you will see New Dashboard
. Click on it to access preconfigured dashboard.
Run debugging_nyc_taxi_data.ipynb
to see how you can perform a debugging with help of Evidently TestSuites
and Reports
To stop all services, execute:
docker-compose down
Press p or to see the previous file or, n or to see the next file
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?