biglasso icon indicating copy to clipboard operation
biglasso copied to clipboard

biglasso: Extending Lasso Model Fitting to Big Data in R

Results 25 biglasso issues
Sort by recently updated
recently updated
newest added

Fantastic package. Any chance you might allow the user to provide a custom function to cv.biglasso for eval.metric? You probably don't want to get into the weeds in terms of...

I try to split X,y by row.idx parameter in biglasso and cv.biglasso however when row.idx is been used, cv.biglasso will return error massage "錯誤發生在 E[cv.ind == i, 1:res$nl]

This might be related to #41 but as the error is different, I'm reporting this as a separate issue. In fact, this was the problem I came across first but...

Using code as ```r set.seed(11) mat

Hi, Thank you for maintaining and creating `biglasso`, it's been really helpful! We've run into an application where we need to disable the intercept, can you please provide some guidance...

Hi. I have two requests for future development: 1. I want to estimate causal LASSO on large datasets. Currently I do it with the hdm package. I think it internally...

I have bumped into issues a few times where the expected formats for the inputs to biglasso turn out to be invalid, so I'd like to propose a set of...

Is there a way for the biglasso() function to not standardize the data? What I'm hoping for is the equivalent of standardize =FALSE in glmnet. I'm using penalty.factor to specify...

Hi, I am having some problem with the ncores option in biglasso() and cv.biglasso() function. I compiled biglasso on my mac enabling openMP (4 cores). However, when I am trying...

When I use row.idx I get the error Error in `[