tensorflow / data-validation

Library for exploring and validating machine learning data
Apache License 2.0
758 stars 172 forks source link

Model Unit Testing feature #210

Open jeongukjae opened 2 years ago

jeongukjae commented 2 years ago

Hi, I recently checked the TensorFlow Data Validation paper (https://mlsys.org/Conferences/2019/doc/2019/167.pdf). First of all, thanks for the publishing the paper and open-sourcing this project.

But I cannot find similar features in this project with the Model Unit Testing module mentioned in section 5. Is there any plans to open-source model unit testing module or is it already open-sourced?