Question 4
Go through the code snippet given below:
What will be the shape of the feature matrix (X.shape) and the label vector (y.shape)?
(2000, 12) and (1000, 6)
(1, 1000) and (1,1000)
(599, 1) and (699, 1)
(1000, 6) and (1000,)
Go through the code snippet given below:
What will be the shape of the feature matrix (X.shape) and the label vector (y.shape)?
(2000, 12) and (1000, 6)
(1, 1000) and (1,1000)
(599, 1) and (699, 1)
(1000, 6) and (1000,)
Correct answer
(1000, 6) and (1000,)
Question 4 of 20 in the IIT Madras BS Machine Learning Practice (MLP) Quiz 1 paper sat on 16 Oct 2022, in the September 2022 term (IIT M QUIZ 1 FOUNDATION DAD DIPLOMA QPD2 16 Oct 2022). It carries 2 marks.