I'm new in R. I have a problem with classification using SVM. In my train_data, I have 82 samples and 25770 features while in my test_data I have 36 samples and 25770 features. I would like to make classification using 10 top features that I gained from Feature Selection. From feature selection, I have this:
(see attached file)
And this my code for classification:
training_dataset