Building an ML Platform with Ray and MLflow

Sdílet
Vložit
  • čas přidán 8. 07. 2021
  • A successful machine learning platform allows ML practitioners to focus solely on their experiments and models and minimizes the time it takes to develop ML applications and take them to production. However, building an ML Platform is typically not an easy task due to the many different components involved in the process. In this talk, we will show how two open source projects, Ray (ray.io/) and MLflow (mlflow.org/), work together to make it easy for ML platform developers to add scaling and experiment management to their platform.
    We will first provide an overview of Ray and its native libraries: Ray Tune (tune.io) for distributed hyperparameter tuning and Ray Serve (docs.ray.io/en/master/serve/i...) for scalable model serving. Then we will showcase how MLflow provides a perfect solution for managing experiments through integrations with Ray for tracking and model deployment. Finally, we will finish with a demo of an ML platform built on Ray, MLflow, and other open source tools.
    Connect with us:
    Website: databricks.com
    Facebook: / databricksinc
    Twitter: / databricks
    LinkedIn: / databricks
    Instagram: / databricksinc Databricks is proud to announce that Gartner has named us a Leader in both the 2021 Magic Quadrant for Cloud Database Management Systems and the 2021 Magic Quadrant for Data Science and Machine Learning Platforms. Download the reports here. databricks.com/databricks-nam...
  • Věda a technologie

Komentáře • 2

  • @seoexperimentations6933

    I just had this question yesterday why isn't pyspark rewritten on top of ray?

    • @andrewcampbell7011
      @andrewcampbell7011 Před 3 lety

      PySpark integrates very deeply with your data layer. Ray is an execution layer. I think we're still figuring out how they work together.