TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

MLflow: An Open Source Machine Learning Platform

135 pointsby r4umalmost 7 years ago

5 comments

rememberlennyalmost 7 years ago
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>
tchallaalmost 7 years ago
What are the current open source alternatives to MLflow?
评论 #17242455 未加载
评论 #17242387 未加载
评论 #17242563 未加载
评论 #17242158 未加载
评论 #17244377 未加载
评论 #17245883 未加载
评论 #17245796 未加载
评论 #17245828 未加载
评论 #17253018 未加载
评论 #17242284 未加载
axilmaralmost 7 years ago
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_ikialmost 7 years ago
So, what MLflow can do more efficiently, than Tensorflow?
评论 #17243374 未加载
评论 #17242472 未加载
tafycentalmost 7 years ago
FYI typo: mlflow.log_atrifact(&quot;roc.png&quot;)