Replies: 2 comments 1 reply
-
So this is a bit of a deep topic. Basically, there is no one size fits all way to deploy an online model. There are common patterns to learn from, but there are definitely not enough examples out. This is something I am working on a lot. Sadly I don't have a lot of bandwidth at the moment. A year ago I made this demo, which runs a regression model for predicting taxi trip durations. There's only ~250 lines of code, so it should be a good learning resource. It essentially boils down to loading a model, making predictions, and also learning with it. Honestly it's not rocket science, it's more that there's a lack of tooling out there. |
Beta Was this translation helpful? Give feedback.
-
Have there been any updates in how to manage deployments or should this still be considered open? |
Beta Was this translation helpful? Give feedback.
-
How is it generally recommended to deploy a river model? Generally, with traditional machine learning models I would save it off as a pickle file, load it when an automated process kicks off and make the predictions. Is there a recommended saving process that the model is subsequently loaded? Or is there a particular running process that you normally would see? I'm curious how people are deploying models such as these.
Beta Was this translation helpful? Give feedback.
All reactions