View source on GitHub |
Loads the Anomalies proto stored in text format in the input path.
tfdv.load_anomalies_text(
input_path: Text
) -> anomalies_pb2.Anomalies
Args | |
---|---|
input_path
|
File path from which to load the Anomalies proto. |
Returns | |
---|---|
An Anomalies protocol buffer. |