Quiz Space

Machine Learning Techniques · Quiz 2 · 24 Mar 2024 · January 2024 term

Question 4: Consider a regression problem where you are tasked with p…

Question 4

+3 marksOne or more correct options

Consider a regression problem where you are tasked with predicting the sale prices of houses based on their square footage. You decide to experiment with two different models:

The training dataset consists of information on 200 houses, and you use the models to make predictions on a test dataset of 50 houses. The Mean Squared Error (MSE) is chosen as the evaluation metric.
Based on the above data, answer the given subquestions.

Identify the factors that could influence the model’s performance on the training dataset in this housing price prediction scenario. Select all correct statements:

Select all that apply.

  1. A

    Model P may struggle to capture non-linear relationships present in house price data.

  2. B

    Model Q might be sensitive to outliers in the square footage variable.

  3. C

    The choice between Model P and Model Q depends on the budget constraints of potential homebuyers.

  4. D

    Model Q will always perform well on the test dataset.

Show answer

Correct answers

  • A

    Model P may struggle to capture non-linear relationships present in house price data.

  • B

    Model Q might be sensitive to outliers in the square footage variable.

Question 4 of 15 in the IIT Madras BS Machine Learning Techniques (MLT) Quiz 2 paper sat on 24 Mar 2024, in the January 2024 term (IIT M DIPLOMA AN EXAM QDD2 24 Mar 2024). It carries 3 marks.

More questions from this paper

  1. Q1Based on the above data, answer the given subquestions.
  2. Q2Based on the above data, answer the given subquestions.
  3. Q3Consider a regression problem where you are tasked with predicting the sale prices of houses based on their square foot…
  4. Q5Consider a naive Bayes model is trained on the following data matrix X of shape (d, n) and corresponding label vector y…
  5. Q6Consider a naive Bayes model is trained on the following data matrix X of shape (d, n) and corresponding label vector y…
  6. Q7Consider a dataset with the following data points and the target variable: | Sample No | x | y | |---|---|---| | 1 | 3 …
  7. Q8Consider a dataset with the following data points and the target variable: | Sample No | x | y | |---|---|---| | 1 | 3 …
  8. Q9Figure question
  9. Q10Figure question
  10. Q11Figure question
  11. Q12Given a design matrix X \in \mathbb{R}^{d \times n} and a target vector Y \in \mathbb{R}^{n \times 1}, where d represen…
  12. Q13Figure question
  13. Q14Consider the following data-points in a binary classification problem. w is the weight vector corresponding to a linear…
  14. Q15Select all true statements.