decision trees

decision trees

Professional Development

9 Qs

quiz-placeholder

Similar activities

Port Scanning

Port Scanning

Professional Development

10 Qs

video games

video games

4th Grade - Professional Development

10 Qs

IT ENGLISH: Research Project Topics - Internet of Things (IoT)

IT ENGLISH: Research Project Topics - Internet of Things (IoT)

Professional Development

10 Qs

EAE_DataScience_S2

EAE_DataScience_S2

Professional Development

10 Qs

FinTech 11-1 Classification

FinTech 11-1 Classification

Professional Development

12 Qs

Data Visualization Quiz

Data Visualization Quiz

Professional Development

11 Qs

"The Trends & Challenges in Data Driven Decision Making"

"The Trends & Challenges in Data Driven Decision Making"

Professional Development

9 Qs

Quiz topology jaringan

Quiz topology jaringan

Professional Development

6 Qs

decision trees

decision trees

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Khanh Nguyen

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of a decision tree in machine learning?

To perform linear regression

To predict the output based on input features

To organize data in a table format

To reduce the complexity of the dataset

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a decision tree, what does each internal node represent?

The final output of the model

A feature used to split the data

A leaf node with a classification label

A random decision made by the tree

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a leaf node in a decision tree represent?

A decision point where the dataset is split

A final classification or output value

A threshold value used for splitting

A weight used to adjust the tree’s behavior

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a common problem that decision trees face?

Overfitting

Underfitting

Lack of interpretability

Lack of data points

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In decision trees, what does the term “pruning” refer to?

Adding more branches to improve accuracy

Removing unnecessary branches to prevent overfitting

Recalculating the root node

Randomly selecting features for splitting

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which algorithm is typically used to create decision trees?

k-means clustering

Naive Bayes

ID3

K-nearest neighbors

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which metric is commonly used to evaluate the performance of a decision tree model?

Mean Squared Error

Accuracy

Cross-entropy loss

Area under the curve (AUC)

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does a decision tree handle categorical features?

It converts categorical features into continuous values

It splits categorical data based on unique values

It ignores categorical features entirely

It uses one-hot encoding for categorical features

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the effect of increasing the maximum depth of a decision tree?

The tree becomes more generalized

The tree is less likely to overfit

The tree becomes more complex and may overfit

  • The tree's training time decreases