[
{
"name": "No more than 1% of outputs with only special characters",
"description": "Asserts that the percentage of rows with only special characters is less than 1%",
"type": "integrity",
"subtype": "specialCharactersRatio",
"thresholds": [
{
"insightName": "specialCharacters",
"insightParameters": [
{ "name": "column_name", "value": "output" } // Selects the column `output`
],
"measurement": "specialCharactersRatio",
"operator": "<",
"value": 0.01
}
],
"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
}
]