seldon
combinator-ml/seldon/k8s
Seldon as a combinator.ml component
Seldon tl; dr; A combinator data component that installs Seldon-Core, an ML serving framework. - Introduction - Test Drive - Usage Introduction Seldon-Core is an open-source model serving and monitoring framework. It allows you to deploy your ML models so that they can be consumed by users over consistent REST APIs. In addition, other Seldon tools allow you to monitor your model in production. Learn more about Seldon-Core in the repo. Test Drive The fastest way to get started is to use the test drive functionality provided by TestFaster. Click on the "Launch Test Drive" button below (opens a new window). :computer: Launch Test Drive :computer: Launch Jupyter Once the component has launched, click on the Jupyter link. Feast does not have a UI by default. You will use Jupyter to interact wit
| Name | Type | Description | Default |
|---|---|---|---|
| seldon_core_values | list(string) | (Optional) List of values in raw yaml to pass to helm. | [] |
| enable_example_seldon_deployment | bool | Enable an example seldon deployment | true |
| enable_seldon_gateway | bool | Create an istio gateway for seldon | true |
| seldon_core_operator_namespace | string | (Optional) The namespace to install the minio operator into. Defaults to minio-o | "seldon-system" |