Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Amazon Exam MLS-C01 Topic 4 Question 51 Discussion

Actual exam question for Amazon's MLS-C01 exam
Question #: 51
Topic #: 4
[All MLS-C01 Questions]

A global financial company is using machine learning to automate its loan approval process. The company has a dataset of customer information. The dataset contains some categorical fields, such as customer location by city and housing status. The dataset also includes financial fields in different units, such as account balances in US dollars and monthly interest in US cents.

The company's data scientists are using a gradient boosting regression model to infer the credit score for each customer. The model has a training accuracy of 99% and a testing accuracy of 75%. The data scientists want to improve the model's testing accuracy.

Which process will improve the testing accuracy the MOST?

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

yak22
3 years ago
The correct answer is 'A' because first it allows to encode categorical data with one hot encoding, second the input variables (dollar amounts) are in different units they need to on same scale for that 'Standardization' method will be used. Third based on train & test accuracy the model is overfitted so it should be regularized (constrained) using L1.
upvoted 1 times
...

Save Cancel