-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Description
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?
rky0930