Data Science Wire

The Resource Project: Tell R How Much Memory You Need

R-bloggersAug 114 min read

Fit a cross-validated elastic net with cv.glmnet(x, y) on a design matrix that comfortably fits in memory, and the call can still fail. The reason is that the function needs several times the size of x while it runs, and nothing anywhere in your sc... Continue reading : The Resource Project: Tell R How Much Memory You Need

Read the full story at R-bloggers

More in Data Science