genpark-structural-causal-model-dag-interventional-engine-skill

mcp
Security Audit
Warn
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 8 GitHub stars
Code Pass
  • Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

GenPark AI Agent Skill - Structural Causal Model (SCM) DAG engine evaluating observational distributions and simulating Pearl's do-calculus interventions.

README.md

GenPark Structural Causal Model DAG Interventional Engine Skill

Structural Causal Model (SCM) DAG engine evaluating observational distributions and simulating Pearl's do-calculus interventions.

Read more at GenPark and the GenPark MCP Catalog.

graph TD
    S[Seasonality] -->|Causal| M[MarketingSpend]
    S -->|Direct Confounder| T[WebTraffic]
    M -->|Causal| T
    T -->|Causal| R[Revenue]
    style S fill:#e1f5fe
    style M fill:#fff9c4
    style T fill:#c8e6c9
    style R fill:#d1c4e9

Features

  • Pure Python standard library causal DAG representation.
  • Pearl's do(X = x) graph surgery removing incoming directed edges.
  • Exact structural state propagation across endogenous networks.

Reviews (0)

No results found