BentoML icon indicating copy to clipboard operation
BentoML copied to clipboard

feature: Custom runner support for time series models like ARIMA using BentoML

Open jsamanta opened this issue 1 year ago • 2 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.

Other

I would like to submit a PR but it would be nice if you could point me to as where I can push this code so that its available to users.

jsamanta avatar Apr 08 '24 09:04 jsamanta

Dear team, did you get a chance to review this request if not please do, as I would be glad to upload a PR with the relevant code changes.

jsamantaucd avatar Jun 24 '24 15:06 jsamantaucd

Submitted a PR request https://github.com/bentoml/BentoML/pull/4894 for tag v1.0.20

jsamantaucd avatar Jul 31 '24 11:07 jsamantaucd