GoogleCloudPlatform / GoogleCloudPlatform/training-data-analyst

No module named 'dill' error

Open
#3,055 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
8.6k
Forks
6.1k
Avg merge
4h 44m
Merged PRs (30d)
2

Description

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:
```
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]
```

For both notebook:
- https://github.com/GoogleCloudPlatform/training-data-analyst/blob/master/courses/machine_learning/deepdive2/production_ml/labs/tfdv_advanced_taxi.ipynb
- https://github.com/GoogleCloudPlatform/training-data-analyst/blob/master/courses/machine_learning/deepdive2/production_ml/labs/tfdv_basic_spending.ipynb

This PR (https://github.com/GoogleCloudPlatform/training-data-analyst/pull/3052) fixes the problem by installing dill

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.