wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ISP610 REVISION RAPIDMINER

Total questions: 20

Worksheet time: 13mins

Name
Class
Date
1.

Which operator in RapidMiner is primarily used to load data from a file into the process?

a)

Normalize

b)

Read CSV

c)

Join

d)

Apply Model

2.

What does the 'Filter Examples' operator do in RapidMiner?

a)

Normalizes the dataset

b)

Removes all columns from the dataset

c)

Removes rows based on specified conditions

d)

Combines two datasets

3.

Which operator in RapidMiner is used to remove unwanted columns from a dataset?

a)

Select Attributes

b)

Filter Examples

c)

Remove Duplicates

d)

Set Role

4.

Which operator is used to train a decision tree in RapidMiner?

a)

Decision Tree

b)

Apply Model

c)

Generate Attributes

d)

Select Attributes

5.

What is the purpose of the 'Apply Model' operator in RapidMiner?

a)

Removes attributes from a dataset

b)

Tests multiple models at once

c)

Builds a model based on training data

d)

Applies a previously trained model to new data

6.

What is the purpose of the ‘Split Data’ operator in RapidMiner?

a)

It combines multiple datasets

b)

It deletes missing values

c)

It splits attributes into separate files

d)

It divides the data into training and testing sets

7.

In RapidMiner, what does the 'Cross Validation' operator do?

a)

Filters out duplicate entries

b)

Trains and tests a model to evaluate its performance

c)

Visualizes data correlations

d)

Combines two datasets

8.

Which plot best used to describe the distribution of dataset?

a)

Pie Chart

b)

Histogram

c)

Wordcloud

d)

Bar Chart

9.

Which visualization method is best for understanding the relationship between two continuous variables in RapidMiner?

a)

Scatter Plot

b)

Bar Chart

c)

Pie Chart

d)

Box Plot

10.

.Which performance metric is most appropriate for evaluating classification models in RapidMiner?

a)

Mean Absolute Error

b)

Root Mean Squared Error

c)

Accuracy

d)

R-squared

11.

What is the use of the 'Performance (Classification)' operator in RapidMiner?

a)

To calculate performance metrics like precision, recall, and accuracy

b)

To generate new features

c)

To visualize the prediction results

d)

To optimize model parameters

12.

Which of this value is the False Positive if the Churn=Positive

a)

128

b)

57

c)

23

d)

91

13.

You built a churn prediction model in RapidMiner. The model has high accuracy but a low F1 score. What does this likely mean?

a)

The model works well for both classes.

b)

The data is balanced.

c)

The model is too complex.

d)

The model is good at predicting the majority group but not the minority group.

14.

Your churn model has high recall but low precision. What does this tell you, and how can you fix it?

a)

The model finds most churners but also wrongly predicts non-churners as churners; try changing the threshold or model.

b)

The model misses many churners; lower the threshold.

c)

The model needs more attributes.

d)

The model is too complex; simplify it.

15.

This is a result from decision tree model to classify churn customer. What can be concluded from this confusion matrix?

a)

The model is more precise at predicting loyal customers than churners.

b)

The model is better at recalling (identifying) loyal customers than churners.

c)

The model predicts churners more accurately than loyal customers.

d)

The model has perfect accuracy for both churn and loyal customers.

16.

What is the value of False Negative if Churn=Positive

a)

407

b)

96

c)

141

d)

354

17.

This figure shows the process to classify churn customer. How to fix this error?

a)

Remove Decision tree operator

b)

Add Set Role Operator and assign an attribute to be label

c)

Remove Performance operator

d)

Add Store operator to save cleaned dataset

18.

This figure shows the process to classify churn customer. How to fix this error?

a)

Change Decision Tree operator to SVM operator.

b)

Change the Performance (Regression) to Performance (classification)

c)

Add Set Role to assign new attribute as label

d)

Use Cross Validation instead of Split Percentage

19.

The diagram illustrates the modelling process for the Titanic training data using a Decision Tree and the hold-out method. Identify and name each operator in the process.

a)

Cross Validation > Decision Tree > Apply Model >

Performance (Regression)

b)

Split Data > Decision Tree > Apply Model >

Performance (Classification)

c)

Split Data > Decision Tree >

Performance (Classification) > Apply Model

d)

Cross Validation > Decision Tree > Performance (Classification) > Apply Model

20.

The diagram above shows the testing phase of a Cross Validation process using a Random Forest model but the port connections are missing. Which of the following options shows the CORRECT port connections to complete the testing phase?

a)
  • 1. exa (Random Forest) → unl (Apply Model)

  • 2. mod (Apply Model) → lab (Performance)

b)
  • 1. exa (Random Forest) → lab (Apply Model)

  • 2. lab (Apply Model) → per (Performance)

c)
  • 1. thr (Cross Validation) → unl(Apply Model)

  • 2. lab (Apply Model) → lab(Performance)

d)
  • 1. tes (Cross Validation) → unl (Apply Model)

  • 2. lab (Apply Model) → lab (Performance)