Feature selection in sequence to one regression
Show older comments
I have dataset that has about 3000 observations. Each observation consists of 28 time-series variables (pressure in particular areas of cardiovascular system) and a single-value (resistance of the heart valve).
My goal is to train a model (neural network) that would take some of those time-series as an input and do the regression of that single-value parameter.
Now, the question is how to do a feature selection, so that I could choose like 3-6 out of those 28 time-series as inputs. I don't need an already finished code but rather an idea or a clue.
If I had a sequence-to-sequence regression problem instead, I could simply use a Pearson correlation coefficient. If I had categorical data, I think I could use chi-square technique. But I cannot find out what to do in case of sequence-to-one regression problem.
Accepted Answer
More Answers (0)
Categories
Find more on Linear Predictive Coding in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!