exam questions

Exam AWS Certified Machine Learning - Specialty All Questions

View all questions & answers for the AWS Certified Machine Learning - Specialty exam

Exam AWS Certified Machine Learning - Specialty topic 1 question 159 discussion

A company that manufactures mobile devices wants to determine and calibrate the appropriate sales price for its devices. The company is collecting the relevant data and is determining data features that it can use to train machine learning (ML) models. There are more than 1,000 features, and the company wants to determine the primary features that contribute to the sales price.
Which techniques should the company use for feature selection? (Choose three.)

  • A. Data scaling with standardization and normalization
  • B. Correlation plot with heat maps
  • C. Data binning
  • D. Univariate selection
  • E. Feature importance with a tree-based classifier
  • F. Data augmentation
Show Suggested Answer Hide Answer
Suggested Answer: BDE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ckkobe24
Highly Voted 2 years, 5 months ago
Selected Answer: BDE
i will go for B, D and E. B and D for me are like doing partial regression and corr plot can actually tell you briefly how well the univariate is correlated with your target and i guess that also apply for D.. and E , feature importance ranking that's what feature selection strategy want from my POV. And for Data Binning is data enrichment just like augmentations , but then the question was saying they want to do feature selection over 1k+ variables which implies they actually care more about which variable(s) can contribute more on determining the price ?
upvoted 18 times
...
AjoseO
Highly Voted 1 year, 8 months ago
Selected Answer: BDE
B. Correlation plot with heat maps: This technique can be used to identify the relationship between each feature and the target variable (sales price). By creating a correlation plot with heat maps, the company can quickly visualize the strength and direction of the relationship between each feature and the target variable. D. Univariate selection: This technique can be used to select the features that have the strongest relationship with the target variable. It involves analyzing each feature independently and selecting the ones that have the highest correlation with the target variable. E. Feature importance with a tree-based classifier: This technique can be used to determine the most important features that contribute to the target variable. By using a tree-based classifier such as Random Forest or Gradient Boosting, the company can rank the importance of each feature and select the ones that have the highest importance.
upvoted 9 times
...
aquanaveen
Most Recent 10 months, 2 weeks ago
Selected Answer: BDE
For feature selection in machine learning, you can use the following techniques: B. Correlation plot with heat maps: Correlation analysis helps identify relationships between features and the target variable. A heat map can visually represent the correlation matrix, helping to identify highly correlated features. D. Univariate selection: Univariate selection methods evaluate the relationship between each feature and the target variable independently. Common techniques include statistical tests such as chi-squared tests, ANOVA, or mutual information. E. Feature importance with a tree-based classifier: Tree-based classifiers, such as decision trees or random forests, can provide feature importance scores. These scores help identify which features contribute the most to the predictive performance of the model.
upvoted 1 times
...
aquanaveen
10 months, 2 weeks ago
Selected Answer: BDE
A, C and F are not feature selection techniques.
upvoted 1 times
...
endeesa
11 months ago
Selected Answer: BDE
BDE seem to be the only viable feature selection methods here
upvoted 1 times
...
kaike_reis
1 year, 2 months ago
Selected Answer: BDE
Those are the only ones for FS.
upvoted 1 times
...
Mickey321
1 year, 3 months ago
Selected Answer: BDE
the most appropriate feature selection techniques for the company to determine the primary features contributing to the sales price are B (correlation plot with heat maps), D (univariate selection), and E (feature importance with a tree-based classifier).
upvoted 1 times
...
wolfsong
1 year, 8 months ago
BDE as stated here: https://towardsdatascience.com/feature-selection-techniques-in-machine-learning-with-python-f24e7da3f36e
upvoted 3 times
...
Morsa
2 years, 3 months ago
BDE for me
upvoted 4 times
...
ovokpus
2 years, 4 months ago
Selected Answer: BDE
throwing my weight behind B D E. Correlation with heatmaps help us eliminate multicollinearity, Univariate testing helps us see which ones are correlated with the target, same as feature importances of tree-based algorithms.
upvoted 3 times
...
bluer1
2 years, 6 months ago
CDF for me
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago