Machine Learning - Study Mode

[#386] If X and Y in a regression model are totally unrelated,
Correct Answer

(B) the coefficient of determination would be 0
(F) the coefficient of determination would be 0

[#387] How can SVM be classified?
Correct Answer

(C) it is a model trained using supervised learning. it can be used for classification and regression.
(G) it is a model trained using supervised learning. it can be used for classification and regression.

[#388] A company has build a kNN classifier that gets 100% accuracy on training data. When they deployed this model on client side it has been found that the model is not at all accurate. Which of the following thing might gone wrong? Note: Model has successfully deployed and no technical issues are found at client side except the model performance
Correct Answer

(A) it is probably a overfitted model
(E) it is probably a overfitted model

[#389] which of the following cases will K-Means clustering give poor results? 1. Data points with outliers 2. Data points with different densities 3. Data points with round shapes 4. Data points with non-convex shapes
Correct Answer

(C) 2 and 4
(G) 2 and 4

[#390] Which of the following option is / are correct regarding benefits of ensemble model? 1. Better performance 2. Generalized models 3. Better interpretability
Correct Answer

(D) 1 and 2
(H) 1 and 2