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.)
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]
Bong
2 months agoJani
2 months agoChandra
2 months agoCraig
2 months agoKristin
29 days agoArgelia
1 months agoCraig
2 months agoChantay
2 months agoMiesha
2 months agoAntonio
3 months agoTawny
3 months agoGladis
1 months agoPaola
2 months agoAnnice
2 months agoUlysses
2 months ago