jcarreira / cirrus

Serverless ML Framework
Apache License 2.0
22 stars 9 forks source link

Allow user to perform predictions/evaluations with model after training #119

Open yangryan0 opened 5 years ago

yangryan0 commented 5 years ago

SKLearn model objects provide a predict function that lets the user provide input for predictions/evaluations on the trained model. Cirrus should do that as well.