-
Notifications
You must be signed in to change notification settings - Fork 0
PD User Guide
nikitin-pro edited this page Jun 20, 2026
·
1 revision
git clone https://github.com/nikitin-pro/whr-optimization-framework.git
cd whr-optimization-framework
pip install -r requirements.txtRequirements: Python 3.9+, numpy, pandas, scipy, scikit-learn, bottleneck, tqdm, matplotlib
python run.pyThis executes the full pipeline:
- Generates the design space dataset
- Runs cross-validation (A-Rules, consensus, alignment)
- Detects blind spots in model coverage
Output files (plots and CSV tables) are saved to the data/ directory.