Performance Dashboard

Endpoints to launch the performance dashboard.

Launch Performance Dashboard

POST https://api.expai.io/api/fairness/<model_id>/dashboard

Launch a performance dashboard to evaluate your model. Returns an URL where dashboard is executed.

Path Parameters

Headers

Request Body


    "code": "success",
    "http_code": 201,
    "message": "Resource created",
    "dashboard_url": [URL]
}

Last updated