Giter Site home page Giter Site logo

Comments (6)

mike0sv avatar mike0sv commented on June 15, 2024 1

For now we are building docker images only for serving, so server option is required and run command is mlem serve.
That can be changed, but for that we first need to understand what it means to build docker for batch scoring

from mlem.

aguschin avatar aguschin commented on June 15, 2024

For the reference, there is Airflow extension that adds support for DVC operations: https://github.com/covid-genomics/airflow-dvc

from mlem.

aguschin avatar aguschin commented on June 15, 2024

UPD: we can take a look at other orchestration tools (dagster, prefect, etc.)

from mlem.

aguschin avatar aguschin commented on June 15, 2024

Posting here a short discussion with @mike0sv:

  • mlem apply model hdfs://… should work already thanks to fsspec - need to check this though
  • if map-reduce saved many files that should be merged, the above command may not work. We may implement special Reader in MLEM that will receive many artifacts, will merge them in a single dataframe before apply (or will output each file as a batch)
  • to apply the models in spark, we can create a UDF for MLEM models
  • we can think about supporting sparkml in MLEM
  • we can implement export to spark UDF model that will start spark and run the data through it when you do mlem apply spark-udf-model … (could have a wow-effect)
  • with hadoop we can implement Readers as well, that will start spark and read data in batches

To my mind, we need to get the working demo as simple as possible first. If we can work with mlem apply model hdfs://… - nice, this can be used. If not, downloading data as csv and using mlem apply model data.csv can work as well. @mnrozhkov mentioned they have a project with batch scoring in GitLab, we can start with using MLEM there.

from mlem.

aguschin avatar aguschin commented on June 15, 2024

One issue I found: when you want to build a docker image for Batch Scoring scenario, you absolutely need to specify --server option. Why? Let's either specify fastapi as default so people won't need to confuse themselves about this, or allow to build without any server to skip installing extra dependencies like FastAPI people may not need.

UPD: it was an issue with my local MLEM installation. We don't need to specify --server. By default it's FASTAPI. Maybe good to give an option to skip installing it anyway, but this is not a priority now.

from mlem.

aguschin avatar aguschin commented on June 15, 2024

For reference, a product similar to MLEM that does export to Airflow Pipelines. Need to take a deeper look at it https://docs.lineapy.org/en/latest/guide/build_pipelines/pipeline_basics.html

from mlem.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.