@@ -34,15 +34,19 @@ git push
34
34
4 . Create machine learning training pipeline in GoCD:
35
35
36
36
* Go to GoCD's [ * "Admin" > "Pipelines"* ] ( http://gocd.cd4ml.net/go/admin/pipelines )
37
- menu and create a new pipeline. Give it a name related to your username, e.g.
38
- ` ml-pipeline-X ` , replacing ` X ` with your user ID).
37
+ menu and create a new pipeline.
39
38
40
- * Configure your Github repository URL (e.g. ` https://github.com/<github-user>/continuous-intelligence-workshop.git ` ) as a Git material, and use the
41
- existing ` ml-pipeline-gcp-template ` template when configuring the stages.
39
+ * Configure your Github repository URL (e.g. ` https://github.com/<github-user>/continuous-intelligence-workshop.git ` ) as a Git material.
40
+
41
+ * Give it a name related to your username, e.g. ` ml-pipeline-X ` , replacing ` X `
42
+ with your user ID).
43
+
44
+ * Click on * "Advanced Settings"* for "Part 2", enable the "Use Template"
45
+ toggle and select the existing ` ml-pipeline-gcp-template ` template.
42
46
43
47
<kbd >![ GoCD Configuration for ML pipeline] ( ./images/3-ml-pipeline.png ) </kbd >
44
48
45
- * Click * "Finish "*
49
+ * Click * "Save + Run This Pipeline "*
46
50
47
51
5 . Combine both pipelines:
48
52
@@ -61,7 +65,7 @@ git push
61
65
62
66
* Save and go back to the main [ Dashboard] ( http://gocd.cd4ml.net ) page
63
67
64
- 6 . Unpause the machine learning pipeline to train and publish your model.
68
+ 6 . Wait for the machine learning pipeline to train and publish your model.
65
69
66
70
** WARNING: The pipeline should fail because the model training accuracy is not
67
71
good enough!**
0 commit comments