Decision Trees Quiz

Decision Trees Quiz

University

10 Qs

quiz-placeholder

Similar activities

WS2324 S2 & S10 Formative Assessment

WS2324 S2 & S10 Formative Assessment

University

15 Qs

Study Jam ML quiz - a

Study Jam ML quiz - a

University

10 Qs

Machine Learning Quiz-sec b

Machine Learning Quiz-sec b

University

15 Qs

Logistic Regression

Logistic Regression

University - Professional Development

10 Qs

Intro to Machine Learning Quiz

Intro to Machine Learning Quiz

University

10 Qs

Data Structure

Data Structure

University

14 Qs

ML Basics - 2

ML Basics - 2

University

15 Qs

DSA - Intro

DSA - Intro

University

10 Qs

Decision Trees Quiz

Decision Trees Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Saranya P

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main goal of a Decision Tree in classification?

To create a set of rules for data clustering

To find patterns in unlabeled data

To split the dataset into branches that lead to class labels

To calculate the mean and variance of data

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in building a Decision Tree?

Selecting the best attribute to split the data

Pruning the tree to reduce overfitting

Assigning class labels to each data point

Randomly selecting data points for classification

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which criterion is commonly used to split nodes in a Decision Tree?

Mean Squared Error (MSE)

Gini Index or Information Gain

Cosine Similarity

Jaccard Index

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does "pruning" do in Decision Trees?

Adds more branches to the tree

Removes unnecessary branches to prevent overfitting

Changes the decision tree into a random forest

Increases the number of features used for classification

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Decision Trees, what does a "leaf node" represent?

A decision point where data splits

A class label or final outcome

A feature selection point

A missing value in the dataset

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the major drawback of Decision Trees?

They require labeled training data

They are prone to overfitting on complex datasets

They cannot handle numerical data

They only work for regression problems

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can overfitting in Decision Trees be reduced?

By using pruning techniques

By reducing the number of training examples

By increasing the depth of the tree

By ignoring irrelevant attributes

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?

Discover more resources for Computers