what algorithm
LDA and linear regression both do not support binominal attributes so that leaves out Logistics Regression and Decision Tree (both giving very different predictions on people's creditworthiness).
Find more posts tagged with
Sort by:
1 - 1 of
11

Of those options, logistic regression would likely be the best choice for predicting creditworthiness, assuming it is a binominal outcome. There are of course other algorithms that you could try as well including SVM or GBT.