Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Alternative for Tensorflow DataValidation

Hi Community, I'm using right now TensorFlow DataValidation to get some status of a tabular dataset that I have in a CSV in GCS. The problem that I have Is that we found some vulnerabilities in the last version and I need to use something alternative. ยฟWhat you suggest to do?

Thanks in advance

Solved Solved
0 2 213
1 ACCEPTED SOLUTION

Hello,

Thank you for contacting Google Cloud Community!

You can write a custom Python script using libraries like Pandas, NumPy, and Scikit-learn to perform various data validation checks.
This approach gives you full control over the validation process and allows you to customize it to your specific needs.

Regards,
Jai Ade

View solution in original post

2 REPLIES 2

Hello,

Thank you for contacting Google Cloud Community!

You can write a custom Python script using libraries like Pandas, NumPy, and Scikit-learn to perform various data validation checks.
This approach gives you full control over the validation process and allows you to customize it to your specific needs.

Regards,
Jai Ade

Thanks Jaia for the response. I'll use TDFV as far as I can!