Alteryx Advanced - Exercise 5

Alteryx Advanced - Exercise 5

Assessment

Interactive Video

Computers

9th - 10th Grade

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial guides viewers through creating a regression model to predict house prices using an assisted modeling tool. It covers importing a CSV dataset, preparing data types, creating estimation and validation samples, and setting up the machine learning pipeline. The tutorial emphasizes selecting the target variable, choosing the right features, and comparing model results to identify the best model. Finally, it demonstrates validating the model and analyzing prediction accuracy using Random Forest.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in preparing the data for a regression model?

Importing the dataset and checking data types

Running the machine learning pipeline

Selecting the target variable

Validating the model's predictions

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How are the data samples divided for training and validation?

80% for training and 20% for validation

50% for training and 50% for validation

60% for training and 40% for validation

70% for training and 30% for validation

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which field should be selected as the target variable for predicting house prices?

Grade

Price

Bathrooms

Square feet

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be done with columns that have unique values like ID and date?

Use them as target variables

Include them in the model

Convert them to numeric

Drop them from the model

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which features should be removed during the feature selection step?

Features with numeric data types

Features with boolean data types

Features highly or weakly associated with the target

Features with missing values

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which model was selected as the best based on performance metrics?

Random Forest

Linear Regression

Decision Tree

Support Vector Machine

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the validation sample in the model workflow?

To test the model's predictions

To convert data types

To train the model

To select the target variable