-
Notifications
You must be signed in to change notification settings - Fork 425
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
Final Submission: Executable Tutorial - CI for ML using CML library #1879
Conversation
Readme is not correctly formatted Got: ['Assignment Proposal', 'Title', 'Names and KTH ID', 'Deadline', 'Category', 'Description', 'Final Submission'] |
Feedback is still incoming for this. |
@vishalned May we start working on the feedback? |
Yup please do. |
FeedbackHigh level feedbackPositive
Negative
TyposAlthough your English and grammar is obviously very good, we encountered several typos, which we highlight below:
BugsIn step 4, we are given the following code snippet:
There are two problems with it that cause the workflow to fail. Firstly,
In step 5, the workflow failed for me, because of a permission problem that is related to the Github token. I fixed it by adding another property to the job:
You can find more info on this problem and how to solve it more elegantly here Improvements
Additional resources
|
Thanks for the feedback. We have implemented the feedback as far as possible. |
Thanks for the submission! |
Assignment Proposal
Title
CI for ML using CML library
Names and KTH ID
Deadline
Task 3
Category
Executable tutorial
Description
CI is also becoming part of the deployment of ML models into production, in order to make the whole process smoother.
In this tutorial we would like to show how the CML library, built specifically to implement CI/CD in ML projects,
can be used to make CI much better, by implementing a pipeline that automatically trains the model when someone makes a PR, and returns a report
directly in the GitHub page with some graphs containing some useful metrics that are necessary to understand how well the training of the model is proceeding.
Final Submission
Katacoda link
Github Repo