New Year Sale ! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

CertNexus Exam AIP-210 Topic 5 Question 35 Discussion

Actual exam question for CertNexus's AIP-210 exam
Question #: 35
Topic #: 5
[All AIP-210 Questions]

You have a dataset with thousands of features, all of which are categorical. Using these features as predictors, you are tasked with creating a prediction model to accurately predict the value of a continuous dependent variable. Which of the following would be appropriate algorithms to use? (Select two.)

Show Suggested Answer Hide Answer
Suggested Answer: C, E

Lasso regression and ridge regression are both types of linear regression models that can handle high-dimensional and categorical data. They use regularization techniques to reduce the complexity of the model and avoid overfitting. Lasso regression uses L1 regularization, which adds a penalty term proportional to the absolute value of the coefficients to the loss function. This can shrink some coefficients to zero and perform feature selection. Ridge regression uses L2 regularization, which adds a penalty term proportional to the square of the coefficients to the loss function. This can shrink all coefficients towards zero and reduce multicollinearity. Reference: [Lasso (statistics) - Wikipedia], [Ridge regression - Wikipedia]


Contribute your Thoughts:

Tamra
1 days ago
I would also consider using K-nearest neighbors for this task.
upvoted 0 times
...
Estrella
5 days ago
K-nearest neighbors? Really? I don't think that's the best fit for a continuous dependent variable. Maybe I'm missing something here.
upvoted 0 times
...
Noble
10 days ago
I agree with Van, logistic regression is suitable for categorical features.
upvoted 0 times
...
Patrick
12 days ago
I'm feeling the vibe of Lasso regression and Ridge regression. They seem like they'd be great for handling all those categorical features.
upvoted 0 times
...
Hubert
15 days ago
Hmm, I'm not sure K-means is the way to go here. Isn't that more for clustering rather than prediction?
upvoted 0 times
...
Van
16 days ago
I think logistic regression would be a good choice.
upvoted 0 times
...

Save Cancel