Hello,
Is there a Julia package for probabilitistic graphical models, in particular an implementation of the Graphical Lasso to identify sparse precision matrix (https://statweb.stanford.edu/~jhf/ftp/glasso-bio.pdf)
Hello,
Is there a Julia package for probabilitistic graphical models, in particular an implementation of the Graphical Lasso to identify sparse precision matrix (https://statweb.stanford.edu/~jhf/ftp/glasso-bio.pdf)
Second to this. I also need some package for sparse precision matrix. One way is using ScikitLearn.jl or using RCall on R package Glasso. However, I prefer pure Julia implementation, if there is any.
Hello,
This is nearly 5 years late, but I just created GraphicalLassoQUIC.jl, a Julia port of the QUIC algorithm (https://jmlr.org/papers/volume15/hsieh14a/hsieh14a.pdf), released under GPL version 3. I am in the process of adding it to the Julia registry.