I am currently doing the labs of your course "Production Machine Learning Systems".
Now Jupyter Lab 4 is preinstalled in a new workbench instance of Vertex AI.
import pandas as pd
import tensorflow_data_validation as tfdv
import sys
import warnings
warnings.filterwarnings('ignore')
print('Installing TensorFlow Data Validation')
!pip install -q tensorflow_data_validation[visualization]
I am currently doing the labs of your course "Production Machine Learning Systems".
Now Jupyter Lab 4 is preinstalled in a new workbench instance of Vertex AI.
When running the cell:
For both notebook:
This PR (#3052) fixes the problem by installing dill