Setting up CHAP Core CLI Tool¶
If you want to use CHAP Core on the command line, develop custom models, or integrate external forecasting models with CHAP, you should install the chap-core Python package.
Important: This guide is for end-users who need a stable version of CHAP Core. If you are a developer and want to make changes or contribute to the CHAP Core codebase, follow the getting started guide for contributors instead.
Installation¶
We recommend using uv for installation. If you don't have uv installed, you can install it with:
On Windows, use:
Then install chap-core:
To install a specific version (e.g., v1.0.1):
Verify Installation¶
To verify that the installation worked, check that the chap command is available:
You should see output listing available commands including evaluate2, plot-backtest, and export-metrics.
Next Steps¶
- Follow the Evaluation Workflow guide to evaluate and compare models