BentoML icon indicating copy to clipboard operation
BentoML copied to clipboard

example: add time-series models with statsmodels

Open jsamantaucd opened this issue 1 year ago • 1 comments

Feature request I have implemented and tested a feature that trains a time series model - ARIMA and serves it using BentoML's custom runner to make predictions.

Motivation I believe it would be a nice guide to someone exploring time series models with custom runner implementation for models like ARIMA.

Others: This feature was tested on Bentoml v1.2.16

jsamantaucd avatar Sep 18 '24 10:09 jsamantaucd

Hi @xianml, as per your suggestion I have created the same arima model example using bentoml >=1.2, please help to review. Regards!

jsamantaucd avatar Sep 18 '24 10:09 jsamantaucd

Hi @jsamantaucd We are preparing to restructure the examples and do not accept new framework-specific examples.

You can make it in a standalone repository and we can link it in our README, thanks.

frostming avatar Oct 23 '24 08:10 frostming

Hi @frostming and @jianshen92, thank you for your valuable feedback, I incorporated everything in the current stats model example and created a standalone repository here: https://github.com/jsamantaucd/BentoStatsmodel, please kindly link it in your README, thanks!

jsamantaucd avatar Nov 11 '24 16:11 jsamantaucd