seldon-od-transformer¶
Chart to deploy an outlier detector as a transformer in a Seldon Core v1 inference graph.
Usage¶
To use this chart, you will first need to add the seldonio
Helm repo:
helm repo add seldonio https://storage.googleapis.com/seldon-charts
helm repo update
Once that’s done, you should then be able to use the inference graph template as:
helm template $MY_MODEL_NAME seldonio/seldon-od-transformer --namespace $MODELS_NAMESPACE
Note that you can also deploy the inference graph directly to your cluster using:
helm install $MY_MODEL_NAME seldonio/seldon-od-transformer --namespace $MODELS_NAMESPACE
Homepage: https://github.com/SeldonIO/seldon-core
Source Code¶
Values¶
Key |
Type |
Default |
Description |
---|---|---|---|
model.image.name |
string |
|
|
model.name |
string |
|
|
name |
string |
|
|
outlierDetection.enabled |
bool |
|
|
outlierDetection.isolationforest.image.name |
string |
|
|
outlierDetection.isolationforest.load_path |
string |
|
|
outlierDetection.isolationforest.model_name |
string |
|
|
outlierDetection.isolationforest.threshold |
int |
|
|
outlierDetection.mahalanobis.image.name |
string |
|
|
outlierDetection.mahalanobis.max_n |
int |
|
|
outlierDetection.mahalanobis.n_components |
int |
|
|
outlierDetection.mahalanobis.n_stdev |
int |
|
|
outlierDetection.mahalanobis.start_clip |
int |
|
|
outlierDetection.mahalanobis.threshold |
int |
|
|
outlierDetection.name |
string |
|
|
outlierDetection.parameterTypes.load_path |
string |
|
|
outlierDetection.parameterTypes.max_n |
string |
|
|
outlierDetection.parameterTypes.model_name |
string |
|
|
outlierDetection.parameterTypes.n_components |
string |
|
|
outlierDetection.parameterTypes.n_stdev |
string |
|
|
outlierDetection.parameterTypes.reservoir_size |
string |
|
|
outlierDetection.parameterTypes.start_clip |
string |
|
|
outlierDetection.parameterTypes.threshold |
string |
|
|
outlierDetection.seq2seq.image.name |
string |
|
|
outlierDetection.seq2seq.load_path |
string |
|
|
outlierDetection.seq2seq.model_name |
string |
|
|
outlierDetection.seq2seq.reservoir_size |
int |
|
|
outlierDetection.seq2seq.threshold |
float |
|
|
outlierDetection.type |
string |
|
Type of outlier detector. Valid values are: |
outlierDetection.vae.image.name |
string |
|
|
outlierDetection.vae.load_path |
string |
|
|
outlierDetection.vae.model_name |
string |
|
|
outlierDetection.vae.reservoir_size |
int |
|
|
outlierDetection.vae.threshold |
int |
|
|
predictorLabels.fluentd |
string |
|
|
predictorLabels.version |
string |
|
|
replicas |
int |
|
|
sdepLabels.app |
string |
|