CLI
whest validate
Validate estimator contract.
whest validate
Validate estimator contract.
whest validate [options]| Option | Default | Description |
|---|---|---|
--estimator | Path to estimator.py (see https://github.com/AIcrowd/whest-starterkit for starter files). | |
--class | Estimator class name to load from the estimator file (auto-detected if omitted). | |
--seed | Random seed for the validation run. Seeds estimator setup via ctx.seed. Default: omitted (ctx.seed = 0). | |
--debug | Show full Python tracebacks for errors instead of condensed messages. | |
--format | Select output format: rich, plain, or json. | |
--json | Alias for --format json. |