Installation with uv

Follow the “Install uv” step at the official docs to set up uv. Then, have uv register a .venv within the current directory and install packages from the lockfile:

uv init .
uv sync

Run example with uv

uv run process.py --cfg configs/examples/train_optimize_rf_clf.gin