SQUIC is a second-order, L1-regularized maximum likelihood method for performant large-scale sparse precision matrix estimation. This repository contains the source code for the Python(v3) interface of SQUIC.
**For an interactive session using SQUIC see Google Colab:**
**For an interactive session using SQUIC for Python see Google Colab:**
[](https://colab.research.google.com/drive/1iQB5hz07UMd5C1PR3w3xM3306BVcFGiO?usp=sharing)
...
...
@@ -40,7 +40,7 @@ Y = np.linalg.solve(L.T,np.random.randn(p,n))