Marimo Batch Mlflow

Prepare a marimo notebook to run as both an interactive UI and a scheduled batch script, using Tyro for CLI parsing (with dataclass or Pydantic params) and MLflow for experiment tracking. Use when the user wants the same marimo notebook to serve as both a UI for iteration and a CLI script for batch jobs / hyperparameter sweeps, and prefers Tyro over `mo.cli_args()` and MLflow over Weights and Biases. For the upstream W&B + `mo.cli_args()` variant, see marimo-team/skills/skills/marimo-batch.

daviddwlee84 48bb1b5 4 files · 25.6 KB Updated

File contents

daviddwlee84/agent-skills/tree/main/skills/local/marimo-batch-mlflow commit 48bb1b5977

Frequently asked questions

npx skillmds@latest add daviddwlee84/marimo-batch-mlflow