ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

216 / 258

Question 216:

You are a machine learning specialist working for a healthcare company where you are building a cancer detection model using a linear regression algorithm. You have gathered your data of hundreds of thousands of patients with over 100 features. However, when you train your model, you notice that it appears to be over-fitting your data.
Which technique can you use to simultaneously correct the over-fitting and reduce your model complexity by removing less relevant features?

Answer options:

A.Use Ridge Regression.
B.Use Lasso Regression.
C.Use Stochastic Gradient Descent.
D.Use a Gaussian Process.