Benjamin Doran
Benjamin Doran
Probably a feature request. I see that compress is true false on the interface but once it gets to the HDF5 it is set to an integer. It would be...
I've noticed that the `nev` and `nsv` arguments are capped at `
Adds methods to call `glmnet(X, Y, MvNormal())` for multi-response normal problems. I added tests to make sure the methods are producing the same answers as the R version. Should close...
Maybe i'm blind, but how can I fit a linear lasso model on multiple dependent variables? There doesn't seem to be a method for ``` X = rand(100, 10) Y...