Feature Selection and Extraction in Microsoft Azure Flashcards

1
Q

Which techniques can be used to prepare features for machine learning?

A. Feature detection, feature extraction, and feature normalization

B. Feature selection, feature perfection, and feature normalization

C. Feature selection, feature extraction, and feature qualification

D. Feature selection, feature extraction, and feature normalization

A

D. Feature selection, feature extraction, and feature normalization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which is the internal data representation used by Azure ML Studio Classic?

Data Table

Data Package

Data Frame

Data Set

A

Data Table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a reason to perform feature extraction?

To convert features into a scale that is usable by a ML model

To generate features from raw data to use in ML models

To select features that are optimal to use in a ML model

To calculate data points so that they can be consumed by a ML model

A

To generate features from raw data to use in ML models

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is one of the first recommended steps for working with images?

Convert to black and white

Resize the image

Convert to png files

Extend the images to maximum resolution

A

Resize the image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are some clear advantages of feature normalization?

Calculates data points so that they can be consumed by a ML model

Generates features that were previously unavailable from raw data to use in ML models

Improves training time and prevents overfitting

Selects the best features to use in the ML model

A

Improves training time and prevents overfitting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which is the golden rule of machine learning?

Use all available features as input

Keep the scales normalized

Combine features to reduce dimensions

Keep the model simple

A

Keep the model simple

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which module can you use to create columns for categories when encoding features?

Normalize data

Convert to indicator values

Edit metadata

Select columns in data set

A

Convert to indicator values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is one of the advantages of performing feature selection?

Select those data points that help create better predictions.

Ability to create new features that are retrieved from existing data.

Converting raw features into tabular data that can be used by models.

Select data points that are availalbe in a common scale.

A

Select those data points that help create better predictions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which of these are all feature scoring methods?

A. Pearson Correlation, Mutual Relation, Kendall Correlation, Linear Correlation, Chi Squared, Fisher Score, and Count Based

B. Pearson Correlation, Mutual Information, Kendall Correlation, Spearman Correlation, Chi Squared, Fisher Score, and Count Based

C. Pearson Correlation, Mutual Information, Kendall Correlation Spearman Correlation, Chi Squared, Fisher Score, and Count Based

D. Pearson Correlation, Mutual Information, Kendall Correlation, Spearman Correlation, Chi Root, Fisher Score, and Count Based

A

B. Pearson Correlation, Mutual Information, Kendall Correlation, Spearman Correlation, Chi Squared, Fisher Score, and Count Based

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which pretrained model module is used for a binary classification in the permutation feature importance demo?

Two-Class support Vector Machine module

Binary-Class support Vector Machine module

Dual-Class support Vector Machine module

Binary Decision Tree

A

Two-Class support Vector Machine module

How well did you know this?
1
Not at all
2
3
4
5
Perfectly