-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various small docs clarifications #20
Various small docs clarifications #20
Conversation
@@ -18,7 +18,7 @@ Enter your Github Personal Access Token. | |||
|
|||
Select your github account, then cd4ml-scenarios and click "Create Pipeline" | |||
|
|||
At this step the pipeline will build, you can select the pipeline to see the individual steps execute. At the end the pipeline should be 'green' indicating that all the steps were successful (shown below). | |||
At this step the pipeline will build, you can select the pipeline to see the individual steps execute. Jenkins will first index branches, [which can take time](https://support.cloudbees.com/hc/en-us/articles/360055870591-Multibranch-Pipeline-Branch-indexing-job-stuck-and-cannot-be-aborted). It will then checkout the code which [can also take a while](https://stackoverflow.com/questions/36017253/jenkins-git-fetch-timeout). It does get there eventually. At the end the pipeline should run and be 'green' indicating that all the steps were successful (shown below). If it times out then trigger a manual run. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is basically reporting my experience with docker desktop. FWIW I was testing before f4e6e02 but I suspect this is something that can come and go depending on network connection and github itself
@@ -35,7 +35,7 @@ being changed to something else. | |||
|
|||
Note in the lasso directory, there is a file called big_alpha.json which | |||
corresponds to the 'big_alpha' that we typed into that text box. It has | |||
an alpha parameter of 50 rather than 1 and so encourages sparseness | |||
an alpha parameter of 50 rather than 1 and so [encourages sparseness](https://chrisalbon.com/code/machine_learning/linear_regression/effect_of_alpha_on_lasso_regression/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra link offers clarification
|
||
|
||
6) Looks at the ml_pipeline_params directory. Similarly, it contains a default.json file. | ||
6) Look at the ml_pipeline directory. Similarly, it contains a default.json file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no ml_pipeline_params directory, it means ml_pipeline
|
||
![GreenExperiment](../images/GreenExperiment.png) | ||
|
||
This lets us use Jenkins like an [ML training orchestration platform](https://github.com/EthicalML/awesome-production-machine-learning#model-training-orchestration). | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This note helps to clarify that our use of Jenkins here is just an example/illustration
Looks great. Thanks for the update @ryandawsonuk ! |
Points that I noticed when running through this and which I felt would've made it clearer for me