URL(s) with the issue:
- https://www.tensorflow.org/tfx/data_validation/custom_data_validation
- https://www.tensorflow.org/tfx/data_validation/api_docs/python/tfdv/validate_statistics
Description of issue (what needs changing):
Clear description:
- No end-to-end workflow in using
custom_validation_config.proto. Need more understanding about:
- How is the protobuf file written?
- Where should the sql statements be written?
- How is the custom protobuf file used as value to
custom_validation_config argument in tfdv.validate_statistics()? I saw in some places that the protobuf file has to be converted to a python file and then import ValidationConfig from it. But saw no documentation related to it in tensorflow/tfdv/tfx.
- https://www.tensorflow.org/tfx/data_validation/api_docs/python/tfdv/validate_statistics has an arg
custom_validation_config but no documentation how a custom config can be loaded and passed as an arg.
- What is the difference between using
tensorflow-data-validation and tfx.ExampleValidator?
Correct links
The Link to custom_validate_statistics in https://www.tensorflow.org/tfx/data_validation/custom_data_validation is incorrect - Gets a 404 - page not found error.
URL(s) with the issue:
Description of issue (what needs changing):
Clear description:
custom_validation_config.proto. Need more understanding about:custom_validation_configargument intfdv.validate_statistics()? I saw in some places that the protobuf file has to be converted to a python file and then import ValidationConfig from it. But saw no documentation related to it intensorflow/tfdv/tfx.custom_validation_configbut no documentation how a custom config can be loaded and passed as an arg.tensorflow-data-validationandtfx.ExampleValidator?Correct links
The Link to
custom_validate_statisticsin https://www.tensorflow.org/tfx/data_validation/custom_data_validation is incorrect - Gets a404 - page not founderror.