A data set T is split into two subsets T1 and T2 with sizes N1 and N2. And Gini index of the split data contains examples from N classes. Then the Gini index of T is defined by which of the following options?

🎲 Try a Random Question  |  Total Questions in Quiz: 90  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Machine Learning 101 Practice Test: Decision Trees — practice the complete quiz, review flashcards, or try a random question.

Quiz on important decision trees concepts including decision tree pruning, inductive bias, classification trees, regression trees, and the powerful Random Forest algorithm.   Decision trees are a type of machine learning algorithm that split a dataset based on specific parameters until a final decision is made. They are one of the most easily explainable types of machine learning models.  Here are some basics about decision trees: Pruning: A technique that simplifies decision trees by reducing the rules. This helps to avoid complexity and improves accuracy. Splitting: Decision trees... Show more

A data set T is split into two subsets T<sub>1</sub> and T<sub>2</sub> with sizes N<sub>1</sub> and N<sub>2</sub>. And Gini index of the split data contains examples from N classes. Then the Gini index of T is defined by which of the following options?