DT and RF

DT and RF

Assessment

Flashcard

Created by

Quizizz Content

Computers

University

Hard

Student preview

quiz-placeholder

36 questions

Show all answers

1.

FLASHCARD

Front

What is the maximum possible height of a decision tree when using information gain as the splitting criterion?

Back

number of attributes

2.

FLASHCARD

Front

True/False? We can use the same attribute multiple times as a test attribute in the same decision tree.

Back

True

3.

FLASHCARD

Front

We can represent a decision tree as a set of rules. True/False?

Back

True

4.

FLASHCARD

Front

Gain Ratio tends to favor attributes that can create a high branching factor, even if their predictive power is not inherently superior. True/False?

Back

False

5.

FLASHCARD

Front

Which of the following has entropy of 0? Options: 2 True, 2 False; 4 True, 0 False; 3 True, 1 False

Back

4 True, 0 False

6.

FLASHCARD

Front

How does Gain Ratio address the bias of Information Gain?

Back

By normalizing Information Gain with respect to the intrinsic information of the attribute.

7.

FLASHCARD

Front

In a random forest, how is the randomness introduced? A. By randomly selecting a subset of data points for each tree. B. By using a random combination of decision tree algorithms. C. By randomly selecting a subset of features for each split. Both A and C Both A and B

Back

Both A and C

8.

FLASHCARD

Front

What is the primary advantage of ensemble learning methods such as Random Forest?

Back

Higher resilience to overfitting.

9.

FLASHCARD

Front

What is "bagging" in the context of ensemble learning?

Back

Training models on randomly sampled subsets of data with replacement.

10.

FLASHCARD

Front

If a decision tree is allowed to grow without any constraints, what is a common outcome?

Back

The tree will overfit the training data.

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers