I downloaded dataset talks about loan, then I want to see what types of classifiers could use in Weka. It's almost empty, I don't know what the problem. I select one of the nominal class attributes as the class attribute but doesn't really work.
0
votes
1 Answers
0
votes
You might want to check your weka download and installation here: Weka Download page
Then also the availability of classifiers depend on the type of attributes you have. Some classifiers are suited for numeric attribute prediction such as decision trees while some others are suited for categorical attribute prediction. You find that with categorical attributes, you will be able to use more classifiers.
Hope you find this useful!