An open API service indexing awesome lists of open source software.

https://github.com/mpolinowski/ray-serve-model

Using Ray Serve for ML Model Serving
https://github.com/mpolinowski/ray-serve-model

consensus model-serving python ray

Last synced: 7 months ago
JSON representation

Using Ray Serve for ML Model Serving

Awesome Lists containing this project

README

          

# Python Ray Model Serving

> Source: [Scaling Python with Ray](https://github.com/scalingpythonml/scaling-python-with-ray)

I earlier looked at [Wine Dataset](https://github.com/mpolinowski/scikit-wine-quality) and used a couple of __SciKit Learn Classifier__ to fit different models to this data to make a binary classification _"Is this wine any good?"_ based on a set of features provided by the dataset. Let's see how we can provision a prediction API based on the trained models using Ray.