When running the cell with
calculate_and_display_anomalies(eval_stats, schema)
There is no identified anomaly since the schema is inferred property.
I have TFDV 0.24.1
When running the cell with
calculate_and_display_anomalies(eval_stats, schema)
There is no identified anomaly since the schema is inferred property.
I have TFDV 0.24.1
Hi! Please check if you used the correct dataframe to generate eval_stats
in Exercise 4. Remember that you have three dataframes to choose from: train, eval, and serving. Hope this helps!
Hi again! Another thing to double check here are the parameters you pass in in Exercise 5 for calculate_and_display_anomalies()
. Please check the docstring in that function and make sure you’re using those parameters in your solution.
Got it… I was using the original data frame.