seldon-model-deployer

Solid

Seldon Core deployment skill for model serving, A/B testing, and canary deployments on Kubernetes.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# seldon-model-deployer ## Overview Seldon Core deployment skill for model serving, A/B testing, canary deployments, and advanced inference graphs on Kubernetes. ## Capabilities - SeldonDeployment creation and management - Multi-model serving - Traffic splitting (canary/shadow/A/B) - Model monitoring integration - Custom inference graphs - Explainer deployment (SHAP, Anchor) - Request logging and tracing - Autoscaling configuration ## Target Processes - Model Deployment Pipeline with Canary Release - A/B Testing Framework for ML Models - ML Model Retraining Pipeline ## Tools and Libraries - Seldon Core - Seldon Deploy - Kubernetes - Istio/Ambassador (ingress) ## Input Schema ```json { "type": "object", "required": ["action"], "properties": { "action": { "type": "string", "enum": ["deploy", "update", "rollback", "delete", "status", "traffic-split"], "description": "Seldon action to perform" }, "deploymentConfig": { "type": "object", "properties": { "name": { "type": "string" }, "namespace": { "type": "string" }, "modelUri": { "type": "string" }, "implementation": { "type": "string" }, "replicas": { "type": "integer" }, "resources": { "type": "object", "properties": { "requests": { "type": "object" }, "limits": { "type": "object" } } } } }, "trafficConfig": { "type": "object", "propertie...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Related Skills