Skip to content

mpolinowski/ray-serve-model

Repository files navigation

Python Ray Model Serving

Source: Scaling Python with Ray

I earlier looked at Wine Dataset 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.