I am considering which algorithm to use for Multi-class classification of credit risk scores.
I have a training set of ~100 default rates... and another transaction history of 1000 companies.
The idea is to classify in 5 groups A, B, C, D, E
My plan was to use Support Vector Machine for Mult-class. but I am open for new ideas.
Thanks