Learn how to use the empty features test
tests.json
[ { "name": "Feature 'Year' is not empty", "description": "Asserts that the feature 'Year' is not empty", "type": "integrity", "subtype": "emptyFeature", "thresholds": [ { "insightName": "featureProfile", "insightParameters": [{ "name": "name", "value": "Year" }], // Selects the feature "measurement": "isEmpty", "operator": "is", "value": false } ], "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?