Getting started

Installation

The official repository can be found on Github. GGLasso is available over pip and conda. For installation from PyPi, simply run

pip install gglasso

For conda, use

conda install -c conda-forge gglasso

Alternatively, you can clone from Github and install a developer version with the command

python -m pip install --editable .

To make sure that everything works properly you can run unit tests with

pytest tests/ -v

To import from GGLasso in Python, type for example

from gglasso.problem import glasso_problem