ML is a relatively young field, and decades behind Software Engineering in terms of best practices for running production systems. CI/CD massively improved the innovation cycle time and quality of production software, and I believe it is key for building robust production ML systems as well. CML looks like a really easy to use product for bringing CI/CD to ML projects.
Show HN: Continuous Machine Learning – CI/CD for Machine Learning Projects
11–20 of 40 posts
Re: Show HN: Continuous Machine Learning – CI/CD for Machine Learning Projects
#12ML is a relatively young field, and decades behind Software Engineering in terms of best practices for running production systems. CI/CD massively improved the innovation cycle time and quality of production software, and I believe it is key for building robust production ML systems as well. CML looks like a really easy to use product for bringing CI/CD to ML projects.
The CD Foundation has a SIG around MLOps which is pretty active and has some awesome folk participating.
For anyone who's interested in this space, there's some more detail here: https://cd.foundation/blog/2020/02/11/announcing-the-cd-foun...
Re: Show HN: Continuous Machine Learning – CI/CD for Machine Learning Projects
#13For the last two years we have seen over and over again how our users take DVC and use it inside Gitlab, Github, etc. This product was born partially as a result of these discussions, partially as an initial visions for the ML tools ecosystem - Hashicorp-like.
Having A software engineering background I really hope that integrating ML workflow into engineering tools will be the future of this space. And with CML and other tools (e.g. https://github.blog/2020-06-17-using-github-actions-for-mlop...) we see this happening.
Re: Show HN: Continuous Machine Learning – CI/CD for Machine Learning Projects
#14Re: Show HN: Continuous Machine Learning – CI/CD for Machine Learning Projects
#15Very exciting! I used this team's previous product (DVC) at a research lab at Caltech. This looks like a very useful tool.
Re: Show HN: Continuous Machine Learning – CI/CD for Machine Learning Projects
#16Hey! Disclaimer - I'm one of the DVC maintainers :) Super excited for the team on this release! For the last two years we have seen over and over again how our users take DVC and use it inside Gitlab, Github, etc. This product was born partially as a result of these discussions, partially as an initial visions for the ML tools ecosystem - Hashicorp-like. Having A software engineering background I really hope that int…
I've added integrating CML closer into GitLab to our direction page with https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_request...
If you want to show the results in the Merge Request itself like we do for things like test results and security scans please let us know. Open an issue and if there is no response my Twitter handle is @sytses
Re: Show HN: Continuous Machine Learning – CI/CD for Machine Learning Projects
#17Re: Show HN: Continuous Machine Learning – CI/CD for Machine Learning Projects
#18Obviously we can't predict every error by thinking hard, but datasets will never serve as a full representation of what models might experience in the real world. Continuous deployment to an ML model could affect undefined behavior in unpredictable ways.
Re: Show HN: Continuous Machine Learning – CI/CD for Machine Learning Projects
#19Hey! Disclaimer - I'm one of the DVC maintainers :) Super excited for the team on this release! For the last two years we have seen over and over again how our users take DVC and use it inside Gitlab, Github, etc. This product was born partially as a result of these discussions, partially as an initial visions for the ML tools ecosystem - Hashicorp-like. Having A software engineering background I really hope that int…
Very cool to see this! I've added integrating CML closer into GitLab to our direction page with https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_request... If you want to show the results in the Merge Request itself like we do for things like test results and security scans please let us know. Open an issue and if there is no response my Twitter handle is @sytses
Re: Show HN: Continuous Machine Learning – CI/CD for Machine Learning Projects
#20Earlier quoted context omitted.
Very cool to see this! I've added integrating CML closer into GitLab to our direction page with https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_request... If you want to show the results in the Merge Request itself like we do for things like test results and security scans please let us know. Open an issue and if there is no response my Twitter handle is @sytses
Hey Sytse! Thanks for the kind words. We're very interested in a deep integration with Gitlab :) Can you share some examples of these security scan reports, please? Right now, we return CML reports as comments in Merge Requests like this: https://gitlab.com/iterative.ai/cml-cloud-case/-/merge_reque... . We'd appreciate any tips or suggestions.