All Questions
Tagged with rule-of-thumb cart
2 questions
0
votes
1
answer
194
views
On the existence of rule of thumb for machine learning algorithms
I want to know if there are conditions about the minimum number of observations to have (the relation between the number of variables and the number of presence and absence records) in order to use ...
6
votes
1
answer
7k
views
How to decide which decision tree classifier to use?
I am confused about which decision tree algorithm in weka to use for my application. I have 5 real input variables and 2 classes. In various online tutorials J48 (C 4.5) seems to be the algorithm of ...