datarobot-model-deployment

Solid

Tools and guidance for deploying DataRobot models, managing deployments, configuring prediction environments, and deployment operations. Use when deploying models, creating or updating deployments, or configuring prediction environments.

AI & Automation 23 stars 20 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

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

Skill Content

# DataRobot Model Deployment Skill This skill provides comprehensive guidance for deploying models, managing deployment configurations, and operating production deployments. ## Quick Start **Most common use case**: Deploy a trained model to production 1. **Get best model**: Find the best model from a project (highest metric score) 2. **Create deployment**: `create_deployment(model_id, deployment_name)` to deploy model 3. **Get endpoint**: `get_deployment_endpoint(deployment_id)` to retrieve prediction URL **Example**: "Deploy the best model from project abc123 as 'Sales Prediction v1'" ## When to use this skill Use this skill when you need to: - Deploy trained models to production - Configure deployment settings and environments - Manage multiple deployments - Replace a deployment’s champion model with a new model version - Configure prediction servers and environments - Monitor deployment health and status - Manage deployment access and permissions ## Key capabilities ### 1. Deployment Creation - Deploy models from projects or registered models - Choose prediction environment (DataRobot Serverless, external) - Configure deployment settings (challenger models, A/B testing) - Set up deployment metadata and descriptions ### 2. Deployment Configuration - Configure prediction servers and environments - Set up batch prediction settings - Configure real-time prediction endpoints - Manage deployment credentials and access ### 3. Deployment Management - Replace deployme...

Details

Author
datarobot-oss
Repository
datarobot-oss/datarobot-agent-skills
Created
7 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category