Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.3 KB

File metadata and controls

64 lines (45 loc) · 1.3 KB

causaldag_gsp

GSP

Package CausalDAG
Version 0.1a163
Language Python
Docs here
Paper :footcite:t:`10.1093/biomet/asaa104`, :footcite:t:`squires2018causaldag`, :footcite:t:`https://doi.org/10.1002/sta4.183`
Graph type DAG
Docker bpimages/causaldag:0.1a163
Module folder causaldag_gsp

Description

Example JSON

[
  {
    "id": "gsp",
    "nruns": 5,
    "depth": 4,
    "verbose": true,
    "initial_undirected": "threshold",
    "use_lowest": true,
    "max_iters": "inf",
    "factor": 2,
    "progress_bar": false,
    "summarize": false,
    "alpha": [
      0.05,
      0.001
    ],
    "invert": true,
    "timeout": null
  }
]
.. footbibliography::