wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

FinTech 11-2 Classification

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which were the objectives for Classification day 2?

a)

Feature engineering categorical features

b)

Robust hyperparameter tuning

c)

Decision trees and random forests

d)

Boosting and bagging

2.

Which are ensemble learning algorithms?

a)

Logistic regression

b)

Random forrests

c)

Decision trees

d)

Gradient boosted trees

3.

Which functions might we use for preprocessing categorical data?

a)

get_dummies()

b)

to_string()

c)

StandardScaler()

d)

LabelEncoder()

4.

Which model is it helpful to visualize?

a)

Logistic regression

b)

Random forrests

c)

Decision trees

d)

Support vector machine

5.

What can you learn from the decision tree visualization?

a)

How many nodes and branches the model has.

b)

How deep the tree goes.

c)

How accurate the model is.

d)

Whether the model might be overfitting.

6.

Which models use weak learners?

a)

Random Forests

b)

Decision Tree

c)

XGBoost

d)

Support Vector Machines

7.

What are ways to improve the performance of random forests?

a)

Increase the number of estimators

b)

Additional feature engineering

c)

Change the random state

d)

Use gradient boosting (XGBoost)

8.

Which are parameters for the GradientBoostClassifier model?

a)

max_depth

b)

max_features

c)

sample_size

d)

learning_rate

9.

How was Classification day 2 for you?

4 lines
10.

Any suggestions for improvement?

4 lines