Advanced Visualizations with TensorFlow Data Validation
This exercise is part of the course
Production Machine Learning Systems
Exercise instructions
This lab illustrates how TensorFlow Data Validation (TFDV) can be used to investigate and visualize your dataset. That includes looking at descriptive statistics, inferring a schema, checking for and fixing anomalies, and checking for drift and skew in our dataset. It is important to understand your datasets characteristics, including how it might change over time in your production pipeline. It is also important to look for anomalies in your data, and to compare your training, evaluation, and serving datasets to make sure that they are consistent.