0 votes
in Data Science by

Suppose you have the following data with one real-value input variable & one real-value output variable. What is leave-one out cross validation mean square error in case of linear regression (Y = bX+c)?

1 Answer

0 votes
by

Solution: D

We need to calculate the residuals for each cross validation point. After fitting the line with 2 points and leaving 1 point for cross validation.

Related questions

+1 vote
asked Jan 30, 2022 in Python by sharadyadav1986
+2 votes
asked Aug 16, 2022 in SEO by john ganales
...