Hi everyone,
I was wondering if someone can give me some advices how one can systematically interpret / explain the performance of a machine learning model with the training and testing data?
To be more particular, what should I do if I want to understand why a linear SVM model perform in some way given the training and testing data? (example question may include: Why the model tend to misclassify some testing samples but not the others? and Why does the model perform differently when we exclude some features?)
Any information would help! Thank you for your time in advance!!