Decision Trees

Decision Trees

University

7 Qs

quiz-placeholder

Similar activities

quiz 2 (AI)

quiz 2 (AI)

University

10 Qs

Networks and graphs

Networks and graphs

12th Grade - University

12 Qs

DS11

DS11

University

3 Qs

ECE384_1

ECE384_1

University

4 Qs

TSA AI

TSA AI

University

10 Qs

Neural Networks

Neural Networks

University

10 Qs

L11 - Графовые сети

L11 - Графовые сети

University

9 Qs

machine learning

machine learning

University

10 Qs

Decision Trees

Decision Trees

Assessment

Quiz

Mathematics

University

Medium

CCSS
7.SP.C.8B, 8.SP.A.3

Standards-aligned

Created by

Taufique Hossain

Used 23+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which ones are terminal nodes?

Nodes that have successors

Branch nodes

Nodes with no successor

Tags

CCSS.7.SP.C.8B

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is a problem of a full-grown tree?

Less predictive ability for new data

Overfitting

Too complex

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is the metric to measure impurity?

Gini Index

Gridsearch CV

Lift and Gains

Confidence

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Categorical variables as predictors cannot be used in Decision Trees

True

False

Tags

CCSS.8.SP.A.3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using Gini index which value indicates the highest impurity?

0

1

.5

.25

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To find the best parameters to reduce the overfitting issue in decision trees which method is used?

Regression Classifier

Decision Tree Classifier

Gridsearch CV

RMSE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

See the following parameters: 'max_depth': 5, 'min_impurity_decrease': 0.001, 'min_samples_split': 13: What will be the size of the tree?

5

10

0

13