Skip to content

edwenger/mops-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

ModelOps Examples

Examples demonstrating ModelOps/Calabaria workflows for different modeling frameworks.

Prerequisites

Before running any example, ensure you have:

  1. Azure CLI installed and authenticated

    az login
  2. ModelOps initialized

    mops init
  3. Infrastructure running (if using cloud execution)

    mops infra up

Examples

EMOD malaria model calibration using prevalence-by-age targets with KL divergence loss.

General Workflow

Each example follows a similar pattern:

cd <example-name>

# 1. Install dependencies
uv sync

# 2. Register models and targets
mops bundle register-model models/<model>.py
mops bundle register-target targets/<target>.py

# 3. Generate study
# (using calabaria sampling commands)

# 4. Push bundle
mops bundle push

# 5. Submit job
mops jobs submit study.json

See individual example README files for specific commands.

About

Testing integration of modelops with example use cases of Model and Target specification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages