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 254 discussion

A data scientist wants to improve the fit of a machine learning (ML) model that predicts house prices. The data scientist makes a first attempt to fit the model, but the fitted model has poor accuracy on both the training dataset and the test dataset.

Which steps must the data scientist take to improve model accuracy? (Choose three.)

  • A. Increase the amount of regularization that the model uses.
  • B. Decrease the amount of regularization that the model uses.
  • C. Increase the number of training examples that that model uses.
  • D. Increase the number of test examples that the model uses.
  • E. Increase the number of model features that the model uses.
  • F. Decrease the number of model features that the model uses.
Show Suggested Answer Hide Answer
Suggested Answer: BCE 🗳️

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
RRST
Highly Voted 1 year, 6 months ago
BCE B. Decrease the amount of regularization that the model uses: Regularization is used to prevent overfitting, but if the fitted model has poor accuracy on both the training and test datasets, reducing the amount of regularization can help the model better capture the underlying patterns and improve its accuracy. C. Increase the number of training examples that the model uses: Increasing the number of training examples allows the model to learn from a larger and more diverse dataset, which can help improve its ability to generalize and make accurate predictions. E. Increase the number of model features that the model uses: Adding more relevant features to the model can enhance its ability to capture important patterns and relationships in the data, leading to improved accuracy.
upvoted 11 times
...
vkbajoria
Most Recent 8 months, 3 weeks ago
Selected Answer: BCE
since model is underfitting, reduce the regularization will allow to use the features more, large no. of training example meaning more learning. and increase features will help model understand the establish pattens better
upvoted 4 times
...
Denise123
8 months, 3 weeks ago
Selected Answer: CDE
Please someone corrects me if I am wrong but I don't see that the question mentions overfitting or underfitting. It tells that both training and test datasets have poor accuracy. For this reason, I wouldn't apply B and I would go with the general steps that would help me to improve model accuracy (CDE)
upvoted 1 times
...
endeesa
1 year ago
Selected Answer: BCE
B and C obvious. Between E and F , I would start by increasing features before considering reduction
upvoted 2 times
...
DimLam
1 year, 1 month ago
Selected Answer: BCE
I will go with BCE, other options are for solving overfitting
upvoted 2 times
...
loict
1 year, 3 months ago
Selected Answer: BCE
A. NO - regularization will reduce overfitting, not accuracy B. YES - to much regularization will reduce complexity and thus decrease accuracy C. YES - the more data the merrier D. NO - test examples will no influence model performance E. YES - the more features the more there is to learn F. NO - as per E
upvoted 4 times
...
Mickey321
1 year, 3 months ago
Selected Answer: BCE
B C and E
upvoted 1 times
...
kaike_reis
1 year, 4 months ago
Selected Answer: BCE
We have an underfitting problem here. To remedy this, we must follow the alternatives that increase the complexity of the model: Letter B - C - E.
upvoted 1 times
...
awsarchitect5
1 year, 4 months ago
Selected Answer: BCE
@RRST summarized well.
upvoted 1 times
...
jyrajan69
1 year, 5 months ago
We can decrease the overfitting by reducing the number of features, so how is F not an answer
upvoted 1 times
...
SandeepGun
1 year, 6 months ago
Selected Answer: ACE
The problem is stating the Underfitting scenario. So correct answers are ACE
upvoted 2 times
kaike_reis
1 year, 4 months ago
A would be to solve an overfitting problem.
upvoted 2 times
...
...
Mickey321
1 year, 6 months ago
Selected Answer: ACE
A. Increase the amount of regularization that the model uses. C. Increase the number of training examples that the model uses. E. Increase the number of model features that the model uses.
upvoted 1 times
Mickey321
1 year, 3 months ago
corrected to BCE . decrease regularization for under fitting and increase for overfitting
upvoted 2 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 ...