Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.rubric.ai/v1/evaluations/compare \ --header 'Content-Type: application/json' \ --data ' { "evaluation_ids": [ {} ] } '
Compare results across multiple evaluations.
comparison = client.evaluations.compare([ "eval_week1", "eval_week2", "eval_week3" ])