Data Preprocessing Quiz

Data Preprocessing Quiz

University

10 Qs

quiz-placeholder

Similar activities

Quiz on Processing Power

Quiz on Processing Power

12th Grade - University

13 Qs

NLP - Lecture 1

NLP - Lecture 1

University

7 Qs

Feature Engineering

Feature Engineering

University

10 Qs

TIU Quiz-14

TIU Quiz-14

University

10 Qs

puntatori, errori frequenti

puntatori, errori frequenti

University

13 Qs

Data Exploration Quiz

Data Exploration Quiz

University

10 Qs

MLStudio MSA

MLStudio MSA

University

6 Qs

Session 2 Quiz

Session 2 Quiz

University

10 Qs

Data Preprocessing Quiz

Data Preprocessing Quiz

Assessment

Quiz

Computers

University

Medium

Created by

DEVI IT

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a method for handling missing values in a dataset?

Filling with mean

Filling with median

Filling with random numbers

Dropping the missing rows

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which preprocessing technique ensures that all features have a mean of 0 and a standard deviation of 1?

Min-Max Scaling

Robust Scaling

Standardization

Normalization

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

One-Hot Encoding is preferred over Label Encoding when:

The categorical variable is ordinal.

The categorical variable is nominal.

The categorical variable has missing values.

The variable is numerical.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main advantage of using a data preprocessing pipeline in Scikit-learn?

It reduces the dataset size.

It automates preprocessing steps and ensures consistency.

It automatically tunes model hyperparameters.

It generates more training data.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is most robust to outliers?

Min-Max Scaler

Standard Scaler

Robust Scaler

Normalizer

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function in Python is commonly used to check for missing values in a dataset?

pd.isnull()

pd.fillna()

pd.dropna()

pd.groupby()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default strategy of SimpleImputer when used for numerical data?

Median

Mean

Most Frequent

Zero

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?