Skip to content

Commit 4151cac

Browse files
OCBL215 - TFX Standard Components Walkthrough
- Updated the DATA_ROOT path with “gs://cloud-training/OCBL203/workshop-datasets” in the target and solution notebook both.
1 parent 0a1e413 commit 4151cac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workshops/tfx-caip-tf23/lab-01-tfx-walkthrough/labs/lab-01.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"source": [
160160
"ARTIFACT_STORE = os.path.join(os.sep, 'home', 'jupyter', 'artifact-store')\n",
161161
"SERVING_MODEL_DIR=os.path.join(os.sep, 'home', 'jupyter', 'serving_model')\n",
162-
"DATA_ROOT = 'gs://workshop-datasets/covertype/small'"
162+
"DATA_ROOT = 'gs://cloud-training/OCBL203/workshop-datasets'"
163163
]
164164
},
165165
{

workshops/tfx-caip-tf23/lab-01-tfx-walkthrough/solutions/lab-01.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"source": [
160160
"ARTIFACT_STORE = os.path.join(os.sep, 'home', 'jupyter', 'artifact-store')\n",
161161
"SERVING_MODEL_DIR=os.path.join(os.sep, 'home', 'jupyter', 'serving_model')\n",
162-
"DATA_ROOT = 'gs://workshop-datasets/covertype/small'"
162+
"DATA_ROOT = 'gs://cloud-training/OCBL203/workshop-datasets'"
163163
]
164164
},
165165
{

0 commit comments

Comments
 (0)