From fc7ff255cfbe241a2614f351ce78dfa4fc9ee38f Mon Sep 17 00:00:00 2001 From: Danilo Sato Date: Sun, 2 Feb 2020 10:51:10 +0000 Subject: [PATCH] Update instruction with new bucket name --- instructions/3-machine-learning-pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions/3-machine-learning-pipeline.md b/instructions/3-machine-learning-pipeline.md index a376db5..08118a0 100644 --- a/instructions/3-machine-learning-pipeline.md +++ b/instructions/3-machine-learning-pipeline.md @@ -14,7 +14,7 @@ ML model 1. Configure DVC to use your GCP bucket for remote storage **(replace `X` with your user ID)**: ```bash -dvc remote modify default url gs://cd4ml-bucket-X +dvc remote modify default url gs://cd4ml-continuous-intelligence-bucket-X ``` 2. Create your Machine Learning pipeline with dvc: