Decision trees do have some limitations, such as the use of…
Decision trees do have some limitations, such as the use of orthogonal decision boundaries (splits that are perpendicular to an axis), which makes them sensitive to training set rotation, and the trees can be highly sensitive to small variations in training data. A way to solve this problem is to use:
Read Details