How to use Feature selection in MATLAB

3 views (last 30 days)
Hugo
Hugo on 20 Jan 2022
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,

Answers (0)

Categories

Find more on Graphics Object Programming in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!