Decision Tree

Decision Tree

12th Grade

7 Qs

quiz-placeholder

Similar activities

🔦 Formative Assessment 2: Flow Controls

🔦 Formative Assessment 2: Flow Controls

12th Grade

10 Qs

Access - Lesson 14

Access - Lesson 14

9th - 12th Grade

10 Qs

Soal Pilihan Ganda: Sistem Bilangan Biner

Soal Pilihan Ganda: Sistem Bilangan Biner

8th Grade - University

10 Qs

Coding Basics

Coding Basics

5th Grade - University

10 Qs

Інформатика 5 Нуш Пайтон 2 Графіка п 25-26

Інформатика 5 Нуш Пайтон 2 Графіка п 25-26

12th Grade

12 Qs

ผังงานและซูโดโคส

ผังงานและซูโดโคส

12th Grade

10 Qs

Algorithm

Algorithm

10th - 12th Grade

10 Qs

Kuis TLJ Bagian 1 XII TKJ

Kuis TLJ Bagian 1 XII TKJ

12th Grade

10 Qs

Decision Tree

Decision Tree

Assessment

Quiz

Computers

12th Grade

Hard

Created by

MAHIMA ASTHANA

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the desired value for R-squared for a good prediction model.

Any positive

Any negative

Zero

One

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following indicate a food prediction model?

Homoscedasticity

Heterocedasticity

Both

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The mean of the errors (difference between actual and predicted values) should be

1

0

-1

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The very top node in decision tree is called the:

Root Node

Leaf Node

Stem node

Tree Node

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We prefer splitting the node with least gini index. State True/False

True

False

Not sure

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mark the correct import statement to import decision tree classifier

from sklearn.linear_model import DecisionTreeClassifier

from sklearn.tree import DecisionTreeClassifier   

from sklearn import DecisionTreeClassifier   

from scikit.tree import DecisionTreeClassifier   

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The leaf node has impurity value

>0.5

<0.5

0

1