Tag: Decision tree

  • How Decision Tree works

    How Decision Tree works

    Decision Tree:* Decision Tree is a non-parametric supervised learning method for regression & classification.* It”s similar to playing “dumb charades”.* A good algorithm will have less & right questions compared to not-so-good one.* The nodes are questions & leafs are prediction. Decision Tree Algorithm:* Decision Tree is based on CART which is advancement of ID3,…