by bpleone
LIVE

Model Config

Every tunable parameter, all in one place. Defaults come from python/config.py; overrides live in data/runtime_config.json and apply on the next cron without a code change.

To override a value: edit data/runtime_config.json in the GitHub web editor, add a key/value, commit. Next pipeline run picks it up. To revert: remove the key.

Active Overrides
All Knobs
KeyDefaultCurrentTypeDescription

Loading config...

How to Override

Open data/runtime_config.json on GitHub. Click the pencil icon to edit. Add the key + value, commit. Next pipeline run applies it.

Example: be more aggressive with calibration (trust data at n=5 instead of n=8):

{ "calibration.n_prior_default": 5, "live_edges.edge_threshold_pp": 3.0, "plays.kelly_fraction": 0.5 }

Reload this page after the next cron to see the override flagged in amber. Remove any key from the JSON to revert that knob to its default.