Question 25
Which of the following options is the correct output of the following block of code?
array([2.25, 2.25, 2.25])
array([1., 1., 1.])
array([2., 2., 2.])
DummyRegressor()
Which of the following options is the correct output of the following block of code?
array([2.25, 2.25, 2.25])
array([1., 1., 1.])
array([2., 2., 2.])
DummyRegressor()
Correct answer
array([2., 2., 2.])
Question 25 of 40 in the IIT Madras BS Machine Learning Practice (MLP) End Term paper sat on 7 Aug 2022, in the May 2022 term (IIT M FOUNDATION DIPLOMA ENDTERM QPB1 07 Aug 2022 IBA NS). It carries 3 marks.