Decision Tree Quiz Welcome to The Decision Tree Quiz The Quiz contains 7 MCQ's. Click The 'Next' Button when ready to take the quiz. Decision Tree is a Black Box Model? False True Decision Trees are sensitive to rotation in Training Set? True False Which Decision Tree Algorithm does Scikit-Learn implement? CART ASSISTANT C4.5 ID3 Decision Tree Algorithms use which programming paradigm when growing trees? Greedy Algorithm Divide and Conquer Backtracking Dynamic Programming CART algorithm can grow only binary trees, i.e, every node has either 2 or 0 child nodes. True False CART can be used to build regression trees. True False With respect to Decision Trees, Information Gain is the expected reduction in which quantity? Entropy GINI Impurity Time is Up! Time's up