Skip to content

PD User Guide

nikitin-pro edited this page Jun 20, 2026 · 1 revision

User Guide

Installation

git clone https://github.com/nikitin-pro/whr-optimization-framework.git
cd whr-optimization-framework
pip install -r requirements.txt

Requirements: Python 3.9+, numpy, pandas, scipy, scikit-learn, bottleneck, tqdm, matplotlib

Quick Start

python run.py

This executes the full pipeline:

  1. Generates the design space dataset
  2. Runs cross-validation (A-Rules, consensus, alignment)
  3. Detects blind spots in model coverage

Output files (plots and CSV tables) are saved to the data/ directory.

Clone this wiki locally