You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request
I have implemented and tested two examples that trains a time series model such as ARIMA or River ML model and serves it using BentoML's custom runner to make predictions.
This feature was tested on Bentoml v1.4
Motivation
I believe it would be a nice guide to someone exploring time series models with custom runner implementation for models like ARIMA.
River offers a diverse selection of ML models for online learning that are much more efficient than the sklearn models, and integrating this MLflow would create a comprehensive ML solution.
Other
This was already requested as a feature in: #4979 #4896
Feature request
Feature request
I have implemented and tested two examples that trains a time series model such as ARIMA or River ML model and serves it using BentoML's custom runner to make predictions.
This feature was tested on Bentoml v1.4
Motivation
I believe it would be a nice guide to someone exploring time series models with custom runner implementation for models like ARIMA.
River offers a diverse selection of ML models for online learning that are much more efficient than the sklearn models, and integrating this MLflow would create a comprehensive ML solution.
Other
This was already requested as a feature in:
#4979
#4896
And as suggested I have created two standalone repositories for the above two examples:
https://github.com/jsamantaucd/BentoStatsmodel
https://github.com/jsamantaucd/BentoRiverModel
Please kindly review and link it in the README.
The text was updated successfully, but these errors were encountered: