python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there any place in scikit-learn Lasso/Quantile Regression source code that L1 regularization is applied?
I could not find where the Manhattan distance of weights is calculated and multiplied with alpha (L1 reg. coefficient) in the Lasso Regression and the Quantile Regression source code of scikit-learn.
...
Berat Tuna Karlı
Votes: 0
Answers: 1
Questions on Adaptive LASSO
I have almost no experience with math or stat, but I am trying to run an Adaptive LASSO on a continuous outcome with around 200 cases and a list of around 19 variables. some of these variables have 3 ...
Aura
Votes: 0
Answers: 0
How to capture the most important variables in Bootstrapped models in R?
I have several models that I would like to compare their choices of important predictors over the same data set, Lasso being one of them. The data set I am using consists of census data with around a ...
jad
Votes: 0
Answers: 1
How to evaluate lassoCV and ridgeCV (package chemometrics)
I use the R functions lassoCV and ridgeCV to train models as described in the documentation and vignette, but I am still unsure how to evaluate it.
Both functions use cross-validation and calculate MS...
Sally
Votes: 0
Answers: 0