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. 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. False True Which Decision Tree Algorithm does Scikit-Learn implement? CART C4.5 ASSISTANT ID3 Decision Trees are sensitive to rotation in Training Set? False True Decision Tree is a Black Box Model? False True With respect to Decision Trees, Information Gain is the expected reduction in which quantity? Entropy GINI Impurity Decision Tree Algorithms use which programming paradigm when growing trees? Dynamic Programming Backtracking Divide and Conquer Greedy Algorithm Time is Up! Time's up