Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.19 KB

readme.md

File metadata and controls

36 lines (19 loc) · 1.19 KB

Wrapping Your Model

To allow your component (model, router etc) to be managed by seldon-core it needs

  1. To be built into a Docker container
  2. To expose the approripiate service APIs over REST or gRPC.

To wrap your model follow the instructions for your chosen language or toolkit.

Python

Python based models, including TensorFlow, Keras, pyTorch, StatsModels, XGBoost and Scikit-learn based models.

You can use either:

R

Java

Java based models including, H2O, Deep Learning 4J, Spark (standalone exported models).

H2O

H2O models can be wrapped either from Java or Python.