snorkelflow.client.nodes.get_preprocessing_issues
- snorkelflow.client.nodes.get_preprocessing_issues(node)
Returns all datapoint UIDs with errors or warnings raised during preprocessing up to (but excluding) the node uid. Datapoints are checked by certain operators for errors or warnings during preprocessing.
Parameters
Parameters
Returns
Returns
“datapoint”: UID of the skipped datapoint “type: The type of issue (error or warning) encountered “node”: The node at which the datapoint failed the check “detail”: Error message detail encountered when the datapoint failed the check
Return type
Return type
DataFrame with columns -
Name Type Default Info node int
The UID of the model node.