How to use Feature selection in MATLAB
1 view (last 30 days)
Show older comments
Hi,
I have a CSV file with 10 columns and 1000 lines. Apart from the headers (1st line), all the results are numeric. I would like to run feature selection to the first 9 columns, using as target the last column (column) 10.
I have three doubts/questions about my problem
-Which feature selection method, from those shown here: https://www.mathworks.com/discovery/feature-selection.html
is more suitable.
-Which function should be used for feature selection?
-How can I setup my code to obtain results from feature selection?
Thank you,
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!