GoogleCloudPlatform / GoogleCloudPlatform/training-data-analyst

model_monitoring_for_custom_model_batch_prediction_job.ipynb

Open
#2,798 1 comment 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

https://github.com/GoogleCloudPlatform/training-data-analyst/blob/a76ffef9dfa5bd6785c0ca0fed818093a0b70fb4/courses/machine_learning/deepdive2/machine_learning_in_the_enterprise/labs/model_monitoring_for_custom_model_batch_prediction_job.ipynb#L313

There is a conflict with protobuf version that is installed as a dependency in the first cell of the notebook. The conflict occurs in the 2nd cell of
the notebook.

To fix it, you could after line 1 of the first cell, insert the following:
protobuf==3.20.3 \

The first cell content after the fix is then
!pip install --use-deprecated=legacy-resolver \
protobuf==3.20.3 \
google-cloud-bigquery==1.27.2 \
pandas==1.5.3 \
pandas-gbq==0.17.9 \
pyarrow==10.0.0 \
tensorflow-data-validation==1.14.0 \
google-cloud-aiplatform==1.51.0 \
tensorflow-metadata==1.14.0 \
google-api-core==1.34.1 \
google-auth==2.26.1 \
google-cloud-core==1.7.3 \
google-resumable-media==1.3.3 \
tfx-bsl==1.14.0

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.