Skip to main content

All Questions

Tagged with
0 votes
0 answers
8 views

Can you deduce if a lasso model has a smaller/larger/equal RSS to a forward selection model?

I came across this question in my exam. Where there is a table where the columns are the different model selection methods: OLS, Lasso, Forward_Size1, ForwardSize2. And the rows are the predictors, ...
CodusOProgrammatus's user avatar
0 votes
0 answers
24 views

What exactly is the right approach when trying to find OOS MSE when using linear lasso regression?

This isn't a question where I have a code example to provide. It is more of an informal question about what to do between 2 options. Assume I have some data and my goal is to fit a model using the ...
Donk's user avatar
  • 1
0 votes
0 answers
44 views

What is the best model selection method for high-dimensional linear regression?

Model selection (best subset selection) in linear regression is quite important in many applications. Among the methods belonging to different frameworks such as information criterion, hypothesis ...
Jack2018's user avatar
0 votes
1 answer
355 views

Forcing covariates to always be part of a Lasso model

I want to use a Lasso to predict outcomes for different policy scenarios. At the optimal degree of regularization obtained by cross-validation, one important variable in whose impact I'm interested in ...
Mattis's user avatar
  • 1
1 vote
0 answers
307 views

AIC/BIC Based Model Selection And Sample Size

I am using BIC to tune a lasso estimation and select the features that will be used in further analysis. The data is quite large, and I have some prior domain knowledge on it, so I split it by several ...
Alalalalaki's user avatar
0 votes
0 answers
283 views

Interpretation of Elastic net having too low or high value of alpha

Often I found the situation that the elastic model what I fitted has optimal alpha value at 0 or 1. Or not only that situation, but also there some alphas go near to 0 or 1.(ex. 0.1 or 0.9) My ...
do hee Kwoen's user avatar
10 votes
1 answer
495 views

Does Lasso make irrelevant the need for coefficient significance testing?

Since Lasso selects the optimal predictors to include in the model, does this suggest that we don't need to do any of the typical significance testing that comes with OLS regression and logistic ...
confused's user avatar
  • 3,273
1 vote
0 answers
71 views

If two models have similar predictive power, why should we prefer the one with fewer parameters?

Was thinking a bit about model selection earlier, and I ended up getting hung up on the question: “If two models have similar predictive power, which model should I select?” For example, we often ...
Louis Cialdella's user avatar
1 vote
0 answers
927 views

How to compare two LASSO models - is there an equivalent to AIC/BIC?

It is often stated online that competing OLS models explaining a common dependent variable y can be compared by calculating an AIC or BIC for each fit, and that the model with the lowest value should ...
Electronic Ant's user avatar
2 votes
1 answer
1k views

Lagged values in a Lasso regression

While working on the statistics for my thesis, I became confused while building up my model. I am currently working on a forecasting model with the use of a LASSO regression. The model is build as ...
Matt's user avatar
  • 23
1 vote
0 answers
98 views

Comparison of simple linear regression, stepwise, lasso, and ridge

I am a totally beginner of machine learning. Please understand if my question is somehow basic. :) I have a dataset of 25 features related to a rental house and I want to predict the price based on ...
Little Rubbish's user avatar
2 votes
0 answers
329 views

When to use LSTM vs Lasso/Ridge Regression vs ARIMA?

I have a set of N time series and want to make predictions about the future values of these N elementary time signals. From a first rough analysis, I can say that at a given moment in time, the N ...
user7468395's user avatar
8 votes
1 answer
5k views

AIC and its degrees of freedom for linear regression models

I have a dataset $S$ with $D$ features and three fitted linear regression models: Model1. Ridge regression that is fitted on all $D$ features from $S$. Model2. Ridge regression that is fitted on some $...
Rodvi's user avatar
  • 1,008
1 vote
0 answers
30 views

Elastic Net: diverging number of parameters

I am reading the paper On The Adaptive Elastic-Net With a Diverging Number of Parameters by Zou and Zhang (2009). I found it while I was researching the lasso and elastic net in general and I am ...
AR Dancer's user avatar
1 vote
0 answers
105 views

How to pick the model that minimizes the mean absolute error when the amount of observations is small

I am given a data set with 1 target variable and 12 features for only 18 observations. My goal is to build a model that has the smallest expected prediction error. I am allowed to use simple methods ...
Koen ter Beke's user avatar

15 30 50 per page