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.
1 parent 84b1b36 commit 0a7f3b0Copy full SHA for 0a7f3b0
courses/machine_learning/deepdive/06_structured/4_preproc_tft.ipynb
@@ -94,8 +94,8 @@
94
"outputs": [],
95
"source": [
96
"# change these to try this notebook out\n",
97
- "PROJECT = 'machine-learning-1234' # REPLACE WITH YOUR PROJECT ID\n",
98
- "BUCKET = 'machine-learning-1234-us-east' # REPLACE WITH YOUR BUCKET NAME\n",
+ "BUCKET = 'cloud-training-demos-ml' # REPLACE WITH YOUR PROJECT ID\n",
+ "PROJECT = 'cloud-training-demos' # REPLACE WITH YOUR BUCKET NAME\n",
99
"REGION = 'us-central1'"
100
]
101
},
0 commit comments