Machine Learning - Study Mode

[#51] Suppose you are training a linear regression model. Now consider these points. 1. Overfitting is more likely if we have less data 2. Overfitting is more likely when the hypothesis space is small.Which of the above statement(s) are correct?
Correct Answer

(C) 1 is true and 2 is false
(G) 1 is true and 2 is false

[#52] Gini index does not favour equal sized partitions.
Correct Answer

(B) FALSE
(D) FALSE

[#53] what is the function of 'Unsupervised Learning'?
Correct Answer

(D) All
(H) All

[#54] In an election, N candidates are competing against each other and people are voting for either of the candidates. Voters don't communicate with each other while casting their votes. Which of the following ensemble method works similar to above-discussed election procedure? Hint: Persons are like base models of ensemble method.
Correct Answer

(A) bagging
(E) bagging

[#55] The soft margin SVM is more preferred than the hard-margin SVM when-
Correct Answer

(B) the data is noisy and contains overlapping points
(F) the data is noisy and contains overlapping points