TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Integrating Git, DVC, and MLflow into One

2 点作者 dpleban大约 4 年前
Hey HN, Creator of DAGsHub here!<p>I wanted to share something cool that we&#x27;ve been working on. You might&#x27;ve heard about DVC (dvc.org) and MLflow (mlflow.org). They are open-source projects for ML that are widely adopted, each for its own specialty.<p>DVC is great for versioning your data. MLflow is used for a bunch of stuff (it&#x27;s actually multiple tools combined into one) – but mostly for experiment tracking. Since they are open source, setting up storage for DVC and a central tracking server for MLflow can be a pain – requiring you to create cloud accounts, add permissions, and more.<p>DAGsHub is already integrated with DVC, in the sense that whenever you create a project, it comes with a free, built-in, DVC remote. Now, you also get a free MLflow server, which means you can log experiments directly to DAGsHub and share it with your team or colleagues.<p>Why I think this is awesome: - Zero setup – add your MLflow remote server URI and just log experiments - Access control built-in – if you have a team and some people need access only to view the experiments but not to log new ones, you can easily control that - Better UI for comparison – one of the complaints MLflow users have had was about the inability to compare runs across experiments in MLflow, with DAGsHub that is easily possible as all runs appear in a single list, which you can then filter to fit only a single experiment. - Integrating MLflow and DVC – a lot of people are working with both systems and building ad-hoc systems to integrate them, but with this integration, you can create a project that was built for this type of work, integrated with all the tools you need.<p>Here&#x27;s a more detailed blog post from the engineer that built this: https:&#x2F;&#x2F;dagshub.com&#x2F;blog&#x2F;launching-dagshub-integration-with-databricks-mlflow&#x2F;<p>Or in video form: https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=yKxOG6qdjvg&amp;t=16s<p>I&#x27;d love to hear your thoughts about it.

暂无评论

暂无评论