Feature selection in sequence to one regression
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Design Condition Indicators Interactively en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!