This repo contains a simple, explainable MVP to compute a quantitative supplier risk score from an ERP export.
data/raw/— input CSVs from the customerdata/output/— output CSV with supplier risk scoresnotebooks/01_supplier_risk_mvp.ipynb— main analysisreports/— chart outputs of analysis
python -m venv .venv && source .venv/bin/activate # on Windows: .venv\Scripts\activate
pip install -r requirements.txt
jupyter notebookOpen notebooks/01_supplier_risk_mvp.ipynb and run cells top-to-bottom.