-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Description
Describe your feature request
ML pipeline gains more popularity In many machine learning practices. The basic ML pipeline includes data preprocessing, training, and inference. Each step can also be constructed with finer ops. Both Kubeflow and Tensorflow community have been promoting the ML components/operators concept, where operator developers focus on the development of re-usable operators, and users can easily ‘import’ the pre-designed operator to build an end-to-end ml pipeline.
Actor in Ray is a natural fit for the reusable ml operator. Building an operator to run in Ray will be slightly different than a kubeflow operator. The eventual ecosystem will be like a ray-based serverless ‘kubeflow’ (rayflow?). The first step of building such a system is to have a clear and concrete definition of operator. This doc defines the re-usable ray operator.
For more details regarding operator spec and potential usage pattern: [proposal]
(https://docs.google.com/document/d/1V6cCkD3KLVgpJPvWOpirUGvSFETMD2A5JlO5MFON25k/edit?usp=sharing)