Question 10
Consider the following code where X_train, y_train is the training data. X_test, y_test is the test data.
Which evaluation metric will be contained in the ‘score’?
mean_squared_error
mean_absolute_error
R2_score
Accuracy
Consider the following code where X_train, y_train is the training data. X_test, y_test is the test data.
Which evaluation metric will be contained in the ‘score’?
mean_squared_error
mean_absolute_error
R2_score
Accuracy
Correct answer
R2_score
Question 10 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 2 marks.