Closed
Description
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 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
. - 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
andtfx.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.