top | item 17239727

MLflow: An Open Source Machine Learning Platform

135 points| r4um | 7 years ago |databricks.com

28 comments

order
[+] rememberlenny|7 years ago|reply
If you are looking for a dependable, scalable, closed-source option, check out http://www.comet.ml (the thing I work on).

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.

We have a one-line integration with your existing machine learning code and make it stupid simple to start tracking your experiments.

All you do is:

  > import comet_ml
  > experiment = Experiment(api_key="MY_API_KEY")
_boom_

Comet.ml supports many libraries (keras, tensorflow, scikit-learn, custom-built code spaghetti, and everything else that makes you a ML wizard/unicorn/armored flaming hippopotamus).

  ++ Its free for public projects and academics.
[+] tchalla|7 years ago|reply
What are the current open source alternatives to MLflow?
[+] allisterb|7 years ago|reply
ClassifyBot https://github.com/allisterb/ClassifyBot

Designed to automate and make repeatable different stages in classification pipelines. Written in .NET but agnostic about language or framework. Embeds a Python interpreter and can interface with Java or R.

Disclaimer: I am a walrus

[+] axilmar|7 years ago|reply
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't solve all the problems solved by MLflow, it's worth to be mentioned in this context.
[+] riku_iki|7 years ago|reply
So, what MLflow can do more efficiently, than Tensorflow?
[+] nicolewhite|7 years ago|reply
I can't tell if you didn't read the article or are asking for a comparison between this and, say, TF's Experiment class.
[+] stochastic_monk|7 years ago|reply
It isn’t a deep learning framework. It’s closer to a LIMS system.
[+] tafycent|7 years ago|reply
FYI typo: mlflow.log_atrifact("roc.png")