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