Computer Science, asked by AryaGoswami8963, 1 year ago

How to construct a decision tree out of pure numerical attributes?

Answers

Answered by kumaritanya014
0

We have couple of other algorithms there, so why do we have to choose Decision trees??

well, there might be many reasons but I believe a few which are

Decision tress often mimic the human level thinking so its so simple to understand the data and make some good interpretations.

Decision trees actually make you see the logic for the data to interpret(not like black box algorithms like SVM,NN,etc..)


Similar questions