Live data from Hacker News

MLflow: An Open Source Machine Learning Platform

databricks.com

11–20 of 31 posts

Re: MLflow: An Open Source Machine Learning Platform

#12
post #3

What are the current open source alternatives to MLflow?

I would imagine Kubeflow (https://github.com/kubeflow/kubeflow) would be complimentary (e.g. run MLFlow on top of it) - they claim platform neutrality.

Disclosure: I work at Google on Kubeflow.

Re: MLflow: An Open Source Machine Learning Platform

#13
post #10
post #3

What are the current open source alternatives to MLflow?

Sacred ( https://github.com/IDSIA/sacred ) FGLab ( https://kaixhin.github.io/FGLab/ ) Metricmachine ( https://github.com/danielwaterworth/metricmachine ) Non-open source: Neptune ( http://neptune.ml ) Aetros ( https://aetros.com/trainer )

How about SageMaker, Can we include it in this list. I played with SageMaker sometime ago and it helps you build a whole pipeline to host your models, in addition to host your notebook and bridge the gap between data scientists and data engineers.

Re: MLflow: An Open Source Machine Learning Platform

#15
post #10
post #3

What are the current open source alternatives to MLflow?

Sacred ( https://github.com/IDSIA/sacred ) FGLab ( https://kaixhin.github.io/FGLab/ ) Metricmachine ( https://github.com/danielwaterworth/metricmachine ) Non-open source: Neptune ( http://neptune.ml ) Aetros ( https://aetros.com/trainer )

The open source alternatives you list seem to only provide experimentation logging. ML Flow seems to support more (such as model deployment).

Not to claim that the deployment processes are _good_, just that MLFlow seems more general than these open source alternatives listed here.

Re: MLflow: An Open Source Machine Learning Platform

#16
post #10
post #3

What are the current open source alternatives to MLflow?

Sacred ( https://github.com/IDSIA/sacred ) FGLab ( https://kaixhin.github.io/FGLab/ ) Metricmachine ( https://github.com/danielwaterworth/metricmachine ) Non-open source: Neptune ( http://neptune.ml ) Aetros ( https://aetros.com/trainer )

For deep learning, deepdetect can be useful in dev and prod phase.

Re: MLflow: An Open Source Machine Learning Platform

#18
post #13
post #10

Earlier quoted context omitted.

Sacred ( https://github.com/IDSIA/sacred ) FGLab ( https://kaixhin.github.io/FGLab/ ) Metricmachine ( https://github.com/danielwaterworth/metricmachine ) Non-open source: Neptune ( http://neptune.ml ) Aetros ( https://aetros.com/trainer )

How about SageMaker, Can we include it in this list. I played with SageMaker sometime ago and it helps you build a whole pipeline to host your models, in addition to host your notebook and bridge the gap between data scientists and data engineers.

Anecdotally, we considered using the hosted versions of Jupyter and Apache Zeppelin that are part of AWS SageMaker and EMR. We couldn't figure out a simple/familiar workflow for keeping the notebooks under version control. So, we agreed to run the notebooks locally, use a familiar Git-based workflow, and interact with the AWS infrastructure through the local notebook instances.

Re: MLflow: An Open Source Machine Learning Platform

#19
post #7
post #3

What are the current open source alternatives to MLflow?

Polyaxon, https://github.com/polyaxon/polyaxon , is an alternative project to MLFlow that is also open source. disclaimer: I am the author of Polyaxon.

Any plans to support scikit?

Re: MLflow: An Open Source Machine Learning Platform

#20
post #19
post #7

Earlier quoted context omitted.

Polyaxon, https://github.com/polyaxon/polyaxon , is an alternative project to MLFlow that is also open source. disclaimer: I am the author of Polyaxon.

Any plans to support scikit?

You can use scikit-learn, or any other library, to train your models.
Post reply on HN