Search
Question: In which scenario would you prefer using linear regression over other algorithms?Options: ..
Question: What is the purpose of using a validation set in linear regression?Options: To train the m..
Question: What is multicollinearity in the context of linear regression?Options: When the dependent ..
Question: Which of the following is a limitation of linear regression?Options: It can only be used f..
Question: What does R-squared indicate in a linear regression model?Options: The strength of the rel..
Question: What is the assumption of homoscedasticity in linear regression?Options: The residuals hav..
Question: Which of the following metrics is commonly used to evaluate the performance of a linear re..
Question: In linear regression, what does the term \'slope\' represent?Options: The intercept of the..
Question: What is the primary purpose of linear regression?Options: To classify data into categories..
Question: What is the role of hyperparameter tuning in model selection?Options: To change the datase..
Question: What is a common real-world application of feature engineering?Options: Image classificati..
Question: What is the purpose of using one-hot encoding in feature engineering?Options: To reduce th..
Question: What does PCA stand for in the context of feature engineering?Options: Partial Component A..
Question: Which evaluation metric is most appropriate for a regression model?Options: AccuracyF1 Sco..
Question: What is the purpose of using a validation set during model selection?Options: To train the..
Question: In supervised learning, what is the role of the target variable?Options: To provide input ..
Question: Which of the following is NOT a method of feature selection?Options: Recursive feature eli..
Question: What is the main goal of dimensionality reduction techniques like PCA?Options: To increase..
Question: Which model selection technique involves dividing the dataset into multiple subsets for tr..
Question: Which of the following is a common technique for handling missing numerical data?Options: ..
Question: What is feature engineering in the context of machine learning?Options: The process of sel..
Question: Which of the following is a disadvantage of using too many features in a model?Options: In..
Question: Which feature transformation technique is used to normalize the range of features?Options:..
Question: What is the purpose of using regularization techniques in model selection?Options: To incr..
Question: Which of the following is a common method for handling missing data?Options: Removing all ..
Question: What is the effect of using polynomial features in a linear regression model?Options: It r..
Question: In the context of model selection, what does cross-validation help to prevent?Options: Ove..
Question: In the context of supervised learning, what is a \'label\'?Options: The input feature of t..
Question: Which of the following techniques is used for dimensionality reduction?Options: K-Means Cl..
Question: What is the main goal of feature scaling?Options: To reduce the number of featuresTo ensur..