gcastle_notears_nonlinear

NO TEARS non-linear

Package

gCastle

Version

1.0.3

Language

Python

Docs

Paper

Zheng et al.[1]

Graph type

DAG

Docker

bpimages/gcastle:1.0.3

Module folder

gcastle_notears_nonlinear

Description

Example JSON

[
  {
    "id": "gcastle_notears_mlp",
    "lambda1": 0.01,
    "lambda2": 0.01,
    "max_iter": 100,
    "h_tol": "1e-8",
    "rho_max": "1e+16",
    "w_threshold": 0.3,
    "bias": true,
    "model_type": "mlp",
    "device_type": "cpu",
    "device_ids": null,
    "timeout": null
  },
  {
    "id": "gcastle_notears_sob",
    "lambda1": 0.01,
    "lambda2": 0.01,
    "max_iter": 100,
    "h_tol": "1e-8",
    "rho_max": "1e+16",
    "w_threshold": 0.3,
    "bias": true,
    "model_type": "sob",
    "device_type": "cpu",
    "device_ids": null,
    "timeout": null
  }
]