autogluon/autogluon

Model Serving - AutoGluonOnnx

Open

#1,079 opened on Apr 23, 2021

 (9 comments) (0 reactions) (0 assignees)Python (1,176 forks)batch import
env: newhelp wantedquestion

Repository metrics

Stars
 (10,598 stars)
PR merge metrics
 (Avg merge 4d 5h) (20 merged PRs in 30d)

Description

For tabular model, or any model class, is there any easy way or plan in the coming release to integrate with ONNX for downstream serving ?

A side question is for any individual trained model, e.g.model = predictor._trainer.load_model('xgboost'), is this directly compatible to things like mlflow.xgboost or bentoml.frameworks.xgboost.XgboostModelArtifact? It is not hard to write a customised wrapper, however would like to hear from your plan. I think it would be super good to consider the overall ecosystem when we have a such user friendly autogluon already.

Contributor guide