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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

MLflow: An Open Source Machine Learning Platform

135 点作者 r4um将近 7 年前

5 条评论

rememberlenny将近 7 年前
If you are looking for a dependable, scalable, closed-source option, check out <a href="http:&#x2F;&#x2F;www.comet.ml" rel="nofollow">http:&#x2F;&#x2F;www.comet.ml</a> (the thing I work on).<p>The focus with Comet.ml is more on experiment tracking and hyperparameter optimization rather than model deployment. We make it very easy to compare your experiments results, code, and hashed datasets for better reproducibility.<p>We have a one-line integration with your existing machine learning code and make it stupid simple to start tracking your experiments.<p>All you do is:<p><pre><code> &gt; import comet_ml &gt; experiment = Experiment(api_key=&quot;MY_API_KEY&quot;) </code></pre> _<i></i>boom<i></i>_<p>Comet.ml supports many libraries (keras, tensorflow, scikit-learn, custom-built code spaghetti, and everything else that makes you a ML wizard&#x2F;unicorn&#x2F;armored flaming hippopotamus).<p><pre><code> ++ Its free for public projects and academics.</code></pre>
tchalla将近 7 年前
What are the current open source alternatives to MLflow?
评论 #17242455 未加载
评论 #17242387 未加载
评论 #17242563 未加载
评论 #17242158 未加载
评论 #17244377 未加载
评论 #17245883 未加载
评论 #17245796 未加载
评论 #17245828 未加载
评论 #17253018 未加载
评论 #17242284 未加载
axilmar将近 7 年前
There is also Orange, although I am not sure it is 100% related to MLFlow. Orange is a joy to use though, so even if it doesn&#x27;t solve all the problems solved by MLflow, it&#x27;s worth to be mentioned in this context.
riku_iki将近 7 年前
So, what MLflow can do more efficiently, than Tensorflow?
评论 #17243374 未加载
评论 #17242472 未加载
tafycent将近 7 年前
FYI typo: mlflow.log_atrifact(&quot;roc.png&quot;)