You are on page 1of 3

Question 01

Which model predicts better usually for a categorical dependent variable under satisfaction of standard
assumptions?

1. Classification tree
2. Regression tree
3. Traditional Linear regression
4. Traditional Logistic regression

Question 02

What is the full form of CART?

1. Compute and rate tree


2. Classify and regress tree
3. Classification and regression tree
4. Conditional and regressive tree

Question 03

What is the full form of SVM?

1. Standard Vector Machines


2. Support Visualisation Machines
3. Support Vector Machines
4. None of the Above

Question 04

SVM is used as a prediction model?

1. True
2. False
3. Can’t say
4. None of the Above

Question 05

SVM is used as a classification model?

1. True
2. False
3. Can’t say
4. None of the Above
Question 06

A Training dataset should typically be one third the size of the overall data at hand?

1. True
2. False
3. It’s always fixed
4. None of the Above

Question 07

A simple decision tree built in training data set would probably have poor prediction because of

1. The under fitting on data


2. The over fitting on data
3. The perfect fitting on data
4. None of the Above

Question 08

Which parameter would we use to get sizable elements size in individual buckets using decision tree?

1. The minimum leaf node size


2. The maximum leaf node size
3. The complexity parameter
4. The simplicity parameter

Question 09

Which type of algorithm classification would decision trees fall in?

1. The lazy algorithm


2. The greedy algorithm
3. The moderate algorithm
4. The fuzzy algorithm

Answer Key

1) 4

2) 3

3) 3

4) 1
5) 1

6) 2

7) 2

8) 1

9) 2

You might also like