data-validation
data-validation copied to clipboard
Library for exploring and validating machine learning data
Currently `data-validation` fails to build. cc @rcrowe-google ## System Information ```bash $ uname -rms Linux 6.6.47-1-lts x86_64 $ python -VV Python 3.11.9 (main, May 27 2024, 14:06:17) [GCC 14.1.1 20240522]...
Once #266 is merged pytest will be used for testing rendering the following code-block present in the *_test.py files obsolete: ``` if __name__ == '__main__': absltest.main() ``` With this change,...
As of `a6b4d3fd618469663079dbe69c58c468bc9dc351`, when trying to run `pip install -e .`, there is a version constraint conflict: ``` ERROR: Cannot install tensorflow-data-validation and tensorflow-data-validation==1.17.0.dev0 because these package versions have conflicting...
M1 build
This PR updates the CI workflows to use cibuildwheel for building and testing data-validation. It also adds builds for maxos arm type chips. Note that the CI will not pass...