How to integrate MLpack C++ based Machine learning model with seldon core

78 Views Asked by At

Integrate MLpack C++ based Machine learning model with seldon core

Tried to integrate MLpack C++ based Machine learning model with seldon core

1

There are 1 best solutions below

0
On

You'd need to wrap your model in the Seldon Core C++ wrapper before deploying it. Instructions can be found here: https://docs.seldon.io/projects/seldon-core/en/latest/cpp/README.html