We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eaff56 + c82e259 commit 6a64fedCopy full SHA for 6a64fed
workshops/tfx-caip-tf23/lab-02-tfx-pipeline/solutions/lab-02.ipynb
@@ -285,7 +285,7 @@
285
"source": [
286
"PIPELINE_NAME = 'tfx_covertype_continuous_training'\n",
287
"MODEL_NAME = 'tfx_covertype_classifier'\n",
288
- "DATA_ROOT_URI = 'gs://workshop-datasets/covertype/small'\n",
+ "DATA_ROOT_URI = 'gs://cloud-training/OCBL203/workshop-datasets'\n",
289
"CUSTOM_TFX_IMAGE = 'gcr.io/{}/{}'.format(PROJECT_ID, PIPELINE_NAME)\n",
290
"RUNTIME_VERSION = '2.3'\n",
291
"PYTHON_VERSION = '3.7'\n",
0 commit comments