:og:description: Graphical Lasso :og:image:alt: Benchpress logo :og:sitename: Benchpress causal discovery platform :og:title: GLasso (scikit-learn) .. meta:: :title: GLasso (scikit-learn) :description: Graphical Lasso .. _sklearn_glasso: GLasso (scikit-learn) ********************** .. list-table:: * - Module name - `sklearn_glasso `__ * - Package - `scikit-learn `__ * - Version - 0.22.1 * - Language - `Python `__ * - Docs - `here `__ * - Paper - :footcite:t:`friedman2008sparse` * - Graph type - `UG `__ * - MCMC - No * - Edge constraints - No * - Data type - C * - Data missingness - * - Intervention type - * - Docker - `bpimages/datascience-python:1.1 `__ Graphical Lasso ------------------- .. rubric:: Example JSON .. code-block:: json [ { "id": "sklearn_glasso", "mode": "cd", "alpha": [ 0.05 ], "tol": 0.0004, "enet_tol": 0.0004, "precmat_threshold": 0.1, "max_iter": 100, "verbose": false, "assume_centered": false } ] .. footbibliography::