Running Apps - Step by Step
- Select an App from the Model Board.
- Review the Summary (description, expected inputs/outputs, tags).
- Provide Inputs as requested:
- CSV/TSV: ensure headers and delimiter match app requirements.
- JSON: schema must match app contract.
- Configure Hyper-parameters:
- Types: CATEGORICAL, STRING, INT, FLOAT, BOOL.
- Defaults come from
model.yml.
- Execute the run and keep the tab open (you can navigate; progress persists).
- Review Results:
- Images (base64) are rendered in the UI.
- Tables/JSON can be downloaded.
- Logs show warnings/errors and stage timing.
- Re-Run with modified parameters to compare outcomes.
Tip: The app contract is visible in Details → Contract for transparency.