Which module should you use?

Note: This question is part of a series of questions that use the same or similar answer choices. An answer
choice may be correct for more than one question in the series. Each question is independent of the other
questions in this series. Information and details provided in a question apply only to that question.
You need to remove rows that have an empty value in a specific column. The solution must use a native
module.
Which module should you use?

Note: This question is part of a series of questions that use the same or similar answer choices. An answer
choice may be correct for more than one question in the series. Each question is independent of the other
questions in this series. Information and details provided in a question apply only to that question.
You need to remove rows that have an empty value in a specific column. The solution must use a native
module.
Which module should you use?

A.
Execute Python Script

B.
Tune Model Hyperparameters

C.
Normalize Data

D.
Select Columns in Dataset

E.
Import Data

F.
Edit Metadata

G.
Clip Values

H.
Clean Missing Data

Explanation:
https://blogs.msdn.microsoft.com/azuredev/2017/05/27/data-cleansing-tools-in-azure-machine-learning/



Leave a Reply 1

Your email address will not be published. Required fields are marked *


rai

rai

This module supports multiple type of operations for “cleaning” missing values, including:
・Replacing missing values with a placeholder, mean, or other value
・Completely removing rows and columns that have missing values
・Inferring values based on statistical methods