lars Questions
2
I've got a dataset with 1000 observations and 76 variables, about twenty of which are categorical. I want to use LASSO on this entire data set. I know that having factor variables doesn't really wo...
Nysa asked 21/10, 2017 at 17:9
1
This is a scikit-learn error that I get when I do
my_estimator = LassoLarsCV(fit_intercept=False, normalize=False, positive=True, max_n_alphas=1e5)
Note that if I decrease max_n_alphas from 1e5 ...
Luciana asked 30/3, 2016 at 22:22
1
Solved
I am having an hard time in getting the model estimated by the R package lars for my data.
For example I create a fake dataset x and corresponding values y like this:
x = cbind(runif(100),rnorm(1...
Turgescent asked 30/1, 2014 at 17:57
2
I am attempting to carry out lasso regression using the lars package but can not seem to get the lars bit to work. I have inputted code:
diabetes<-read.table("diabetes.txt", header=TRUE)
diabet...
Longsufferance asked 7/1, 2013 at 19:14
1
© 2022 - 2024 — McMap. All rights reserved.