Learn how to use the empty feature count test
tests.json
[ { "name": "No empty features", "description": "Asserts that there are no empty features", "type": "integrity", "subtype": "emptyFeatureCount", "thresholds": [ { "insightName": "emptyFeatures", "insightParameters": null, "measurement": "emptyFeatureCount", "operator": "is", "value": 0 } ], "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?