Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
narennadig authored and seldondev committed Aug 31, 2020
1 parent a7cee8f commit 8ee955e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions examples/models/statsmodels/model.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: machinelearning.seldon.io/v1alpha2
kind: SeldonDeployment
metadata:
name: holt-predictor
spec:
name: holt-predictor
predictors:
- componentSpecs:
- spec:
containers:
- image: seldonio/statsmodel-holts:0.1
imagePullPolicy: IfNotPresent
name: holt-predictor
graph:
children: []
endpoint:
type: REST
name: holt-predictor
type: MODEL
name: holt-predictor
replicas: 1

0 comments on commit 8ee955e

Please sign in to comment.