No output is showing from visusalize_statistics() method
C2W1__Ungraded LAB
Course Q&A
Machine Learning Engineering for Production(MLOps)
Machine Learning Data Lifecycle in Production
Which environment are your running this notebook in?
I am running it in jupyter notebook lab from the course module. The browser am using is chrome also. Any idea why it isnt displaying?
I click the launch_notebook icon and it takes me here
Please update your browser and try again.
If that doesn’t work, try this:
from tensorflow_data_validation.utils.display_util import get_statistics_html
from IPython.display import display, HTML
display(HTML(get_statistics_html(train_stats)))
See this as well.
Thank you so much, it worked!.
cheers!
Good to know. Please confirm what worked.
Hi, if i want to run the labs on my own VS Code, what do you have a requirements.txt or .yml file that I can use for environment setup?
Please create one yourself. The course doesn’t provide requirements.txt explicitly.
Noted, thanks Balaji!