evalml
evalml copied to clipboard
Add demo with using BentoML to deploy pickled pipelines
Going back to https://github.com/alteryx/evalml/issues/1400, now that we can pickle pipelines, we should explore trying to use BentoML (or other open source libraries) to deploy pickled pipelines.
Would be a great showcase of multiple open source libraries!
Agreed! Thanks for filing.
I have been silently working on this recently :) we'll need evalml 0.24.0 to go out first. Then I'm gonna try to get this PR merged to bentoml, which adds support for evalml pipelines as artifacts. Then we can have a fun demo.
Blocked on bentoml doing a release. I have a notebook which is ready to go though!
@dsherry Looks like BentoML made a few releases: https://github.com/bentoml/BentoML/releases, so we're no longer blocked! :)