Clear Filters
Clear Filters

LASSO for variable selection

45 views (last 30 days)
Nainsi Gupta
Nainsi Gupta on 11 Jul 2024 at 8:22
Commented: Nainsi Gupta on 11 Jul 2024 at 11:22
Dear MATLAB Learners,
I am working on variable selection for process monitoring.
I have only number of process response variables for n observations. My objective is to identify which response variables are more useful with the help of variable selection method.
How can I code this? I am attaching the following attachment for your reference.

Answers (1)

Sahas
Sahas on 11 Jul 2024 at 10:31
I have provided you with some MATLAB Documentation links below which will help you through the implementation of LASSO for variable selection in MATLAB R2024a.
The following MATLAB Documentation below gives the basic understanding and ways of implementing “LASSO” function in MATLAB. Kindly go through the various examples of applying the “LASSO” function with distinct “parameters” and choose the best example as per your use case.
The following MATLAB Documentation is an example to see ‘“LASSO” regularization technique in MATLAB. This example shows the working of ‘“LASSO” function and how it discards unnecessary predictors as well as a snippet for “lassoPlot” function for visualizing the regressed data.
The below documentation link lists the various techniques of “Feature Selection” in MATLAB. Kindly go through the “Embedded Type Feature Selection” table for various alternatives to ‘“LASSO”.
I hope this helps you get started!
  1 Comment
Nainsi Gupta
Nainsi Gupta on 11 Jul 2024 at 11:22
Dear Sahas,
These documentation of lasso requires X (predictor) as well as y (response) variable. But I don't have both datasets.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!