Slai home page
Search...
⌘K
Ask AI
Dashboard
Start a new project
Start a new project
Search...
Navigation
User Guides
Migrating an existing model
Documentation
Launchpad
Chat with us
Migrate Your Model
Home
What is Slai?
Sandbox
Train
Handler
Testing
Datasets
Revisions
Dependencies
Deployments
Integrations
Import Code from Github
Shipping Metrics Outside Slai
Slack Notifications
Connecting S3 Buckets
Connecting to Google BigQuery
User Guides
Migrating an existing model
Using Pre-Trained Models
Advanced Deployment Options
Custom Docker Images
Recommendation System
Dashboard
Tracking Usage
API Keys
API Reference
Model
Pricing
Usage-Based Billing
Resources
Debugging Guide
Security
Terms and Conditions
Privacy Policy
On this page
Example: Basic Scikit-Learn Model
User Guides
Migrating an existing model
Already have a model you’d like to migrate to Slai? Here’s how to port it over.
Want us to help migrate your models?
You can book a 60 min call with our engineering team, and we’ll get your models running by the end of the call.
Porting a model generally takes 10-20 minutes of refactoring. At a high level, the steps are:
Create an empty sandbox
Install Python Requirements
(
Optional
) Upload pre-trained weights to the
data folder
(if you want to avoiding connecting your dataset and retraining the model from scratch)
Copy the model’s code into the sandbox, returning your model class from the
train.py
function
Train the model
Create your
model handler
Package and deploy
Example: Basic Scikit-Learn Model
Connecting to Google BigQuery
Using Pre-Trained Models
Assistant
Responses are generated using AI and may contain mistakes.