S&UL Subjective Question Bank
S&UL Subjective Question Bank
8. What is Random Search CV, and when is it preferred over Grid Search CV?
9. Write a short note on Feature Selection and its importance in machine learning.
10. How does data augmentation help improve the performance of image classification models?
a) Define Confusion Matrix and explain each component (TP, FP, TN, FN) with an example.
b) Derive formulas for Precision, Recall, and F1-score and explain when each is useful.
14.
Sample y ŷ
1 1 0.9
2 0 0.1
3 1 0.6
4 0 0.4
Q4. You are fitting polynomial regression models of degree 1, 3, and 6. Given RMSE values:
Model Training RMSE Validation RMSE
Q5. Given the following training dataset and K = 3, use Euclidean Distance to classify the test point X =
(5,5) :
X1 X2 Class
1 1 A
2 2 A
6 6 B
7 7 B
8 8 B
[ ]
2 0
0 2
X=
−2 0
0 −2
Actual Positive 45 5
Actual Negative 15 35
Q8. A dataset has 500 records. Column A has 20% missing values. You applied mean imputation. You
then fit a linear regression model using this feature.
a) Explain the statistical effect of mean imputation on variance.
b) Propose and justify an alternative method.
c) Calculate expected MSE reduction if imputation is done via linear interpolation (assume variance is
reduced by 30%).