[
{
"name": "No training-validation leakage",
"description": "Asserts that no rows from the validation set are present in the training set",
"type": "consistency",
"subtype": "trainValLeakageRowCount",
"thresholds": [
{
"insightName": "trainValLeakageRowCount",
"insightParameters": null,
"measurement": "trainValLeakageRowCount",
"operator": "<=",
"value": 0
}
],
"subpopulationFilters": null,
"mode": "development",
"usesValidationDataset": true,
"usesTrainingDataset": true,
"usesMlModel": false,
"syncId": "b4dee7dc-4f15-48ca-a282-63e2c04e0689" // Some unique id
}
]