whestbench.
CLI

whest validate

Validate estimator contract.

whest validate

Validate estimator contract.

whest validate [options]
OptionDefaultDescription
--estimatorPath to estimator.py (see https://github.com/AIcrowd/whest-starterkit for starter files).
--classEstimator class name to load from the estimator file (auto-detected if omitted).
--seedRandom seed for the validation run. Seeds estimator setup via ctx.seed. Default: omitted (ctx.seed = 0).
--debugShow full Python tracebacks for errors instead of condensed messages.
--formatSelect output format: rich, plain, or json.
--jsonAlias for --format json.

On this page