Question 14
For a dataset with 1000 data points and 100 features, the following code will generate how many models during execution?
Note: X is the feature matrix and y is the target vector.
1000
100
99
999
For a dataset with 1000 data points and 100 features, the following code will generate how many models during execution?
Note: X is the feature matrix and y is the target vector.
1000
100
99
999
Correct answer
1000
Question 14 of 23 in the IIT Madras BS Machine Learning Practice (MLP) Quiz 1 paper sat on 26 Feb 2023, in the January 2023 term (IIT M DIPLOMA AN2 EXAM QPD2 26 Feb 2023). It carries 3 marks.