Is there a 'DeltaPredictor' (output in linear discriminant analysis) equivalent in other classification algorithms (SVM and KNN)?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
David Mabwa
le 29 Juin 2020
Réponse apportée : Aditya Patil
le 14 Juil 2020
So, with the fitcdiscr classification algorithm, you get an output called 'DeltaPredictor', which indicates predictor importance. Is there an equivalent in the other classification algorithms? Specifically, fitcsvm and fitcknn. If an alternative doesn't exist, how do you calculate the 'DeltaPredictor'? I have tried using other feature selection algorithms (fsrftest and fscmrmr), however, they don't seem to agree with the DeltaPredictor.
Any help will be highly appreciated.
I am not sure if I have given enough information, so if you feel like I haven't, please let me know.
Thank you
0 commentaires
Réponse acceptée
Aditya Patil
le 14 Juil 2020
Sometimes due to the nature of the underlying model itself, it might not be possible to determine feature importance. For those models where it is possible, this is an known issue, and might be implemented in any future release.
Nevertheless, you can still analyze the feature importance for your classification problem (not specific to SVM) by doing some dimensional reduction or feature extraction.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!