What is the difference between heuristic for rule learning and heuristics for decision trees?
3 years ago
Machine Learning
The difference is that the heuristics for decision trees evaluate the average quality of a number of disjointed sets while rule learners only evaluate the quality of the set of instances that is covered with the candidate rule.
Sanisha Maharjan
Jan 10, 2022