Decision Tree Learning Quiz

Decision Tree Learning Quiz

University

14 Qs

quiz-placeholder

Similar activities

Data Mining

Data Mining

University

15 Qs

Introduction to Research in Informatics

Introduction to Research in Informatics

University

15 Qs

Research Problem Identification Quiz

Research Problem Identification Quiz

University

12 Qs

Data structures

Data structures

University

9 Qs

HASHING IN DBMS

HASHING IN DBMS

University

15 Qs

Quiz Struktur Data

Quiz Struktur Data

9th Grade - University

10 Qs

AS Computing: Data Structures

AS Computing: Data Structures

10th Grade - University

15 Qs

Quiz despre B+ Tree

Quiz despre B+ Tree

University

10 Qs

Decision Tree Learning Quiz

Decision Tree Learning Quiz

Assessment

Quiz

Computers

University

Hard

Created by

vamsi j

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary goal of decision tree learning?

To cluster similar data points

To generate if-then rules for classification or regression

To reduce data dimensionality

To perform reinforcement learning

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which algorithm is known for using Information Gain as its attribute selection measure?

CART

C4.5

ID3

k-NN

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of pruning a decision tree?

To increase the depth of the tree

To eliminate redundant features

To reduce overfitting and improve generalization

To improve computational speed during training

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which measure is used in C4.5 to mitigate the bias of Information Gain toward attributes with many values?

Gini Index

Gain Ratio

Chi-Square Statistic

Relief

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Split Information measure indicate?

The purity of the node after the split

How many examples are misclassified after the split

How broadly and uniformly an attribute splits the data

The computational cost of splitting on an attribute

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Overfitting in a decision tree occurs when:

The tree is too shallow and underfits the data

The tree perfectly classifies the training data but generalizes poorly

The tree uses only a single attribute

The tree has high bias and low variance

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is commonly used to handle continuous-valued attributes in decision trees?

One-hot encoding

Threshold-based splitting

Principal Component Analysis (PCA)

k-means clustering

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?