Learn how to use the mean cost test
tests.json
[ { "name": "Mean cost below $ 0.5", "description": "Make sure that the mean cost is below $ 0.5", "type": "performance", "subtype": "metricThreshold", "thresholds": [ { "insightName": "metrics", "insightParameters": null, "measurement": "meanCost", "operator": "<", "value": 0.5 } ], "subpopulationFilters": null, "mode": "development", "usesValidationDataset": true, // Apply test to the validation set "usesTrainingDataset": false, "usesMlModel": false, "syncId": "b4dee7dc-4f15-48ca-a282-63e2c04e0689" // Some unique id } ]
Was this page helpful?