Venturalitica SDK Samples ๐ก๏ธ
January 27, 2026 ยท View on GitHub
Demo examples for the Venturalitica SDK.
โก Zero to Governance Report in 60 seconds.
๐ Quick Start
# Install SDK
pip install venturalitica
# Clone samples
git clone https://github.com/venturalitica/venturalitica-sdk-samples.git
cd venturalitica-sdk-samples/scenarios/loan-mlflow-sklearn
# Install dependencies
uv sync
# Run your first audit
uv run python 00_minimal.ipynb
๐ The Learning Path
This repo contains a single, well-documented scenario: Loan Approval Fairness.
| Level | File | Focus | Time |
|---|---|---|---|
| 00 | 00_minimal.ipynb | First audit in 60 seconds | 2 min |
| 01 | 01_governance_audit.ipynb | Full ML training with audits | 10 min |
| 02 | 02_mlops_tracking.py | MLflow integration | 20 min |
| 03 | 03_production_pipeline.py | Production-ready pipeline | 45 min |
๐ฏ What You'll Achieve
After completing the loan scenario:
- โ Detect historical bias in credit approval data
- โ Measure Demographic Parity and Equal Opportunity
- โ Generate EU AI Act-compliant audit reports
- โ Integrate governance into MLflow experiments
๐ More Scenarios
Looking for more examples? Check out:
โก๏ธ venturalitica-sdk-samples-extra
Advanced scenarios for Healthcare, Computer Vision, and LLM auditing.
๐ Structure
venturalitica-sdk-samples/
โโโ datasets/ โ UCI German Credit dataset
โโโ policies/ โ OSCAL governance policies
โโโ scenarios/
โโโ loan-mlflow-sklearn/ โ The canonical demo
๐ก๏ธ Powered by OSCAL
Governance policies map to:
- EU AI Act (Articles 9-15)
- NIST AI RMF
- ISO/IEC 42001
Last Updated: January 2026 | SDK Version: 0.1