DecodeAI
← Question Bank

Machine Learning

Linear Methods For Regression

Interview questions on Linear Methods For Regression.

13 questions

Subset Selection

Q1. What do you mean by subset selection and how it is useful in linear regression models?

Sign in to bookmark

Subset Selection

Q2. What are some methods for selecting a subset of predictors?

Sign in to bookmark

Subset Selection

Q4. What is the drawback of selecting the best subset of features on the basis of Residual Square Error(RSS) or $R^2$ score in the above method?

Sign in to bookmark

Subset Selection

Q5. What are the limitations of Best Subset Selection method?

Sign in to bookmark

Subset Selection

Q6. Given a use case that necessitates building a predictive model with a large number of features/predictors, which feature selection method would be most appropriate?

Sign in to bookmark

Subset Selection

Q7. Why Forward Stepwise Selection method is better than the Best Subset Selection?

Sign in to bookmark

Subset Selection

Q8. How does the forward stepwise selection method works?

Sign in to bookmark

Subset Selection

Q9. What is the major issue with stepwise selection?

Sign in to bookmark

Subset Selection

Q10. Imagine you have a dataset with $100$ observations $(n=100)$ and $1000$ predictors $(p=1000)$. Which feature selection method you can use?

Sign in to bookmark

Subset Selection

Q11. Explain Backward stepwise selection method?

Sign in to bookmark

Subset Selection

Q12. One issue with Backward stepwise selection method?

Sign in to bookmark

Subset Selection

Q13. Is it good idea to combine forward and backward stepwise subset selection technique as a single method?

Sign in to bookmark