![]() |
|
![]() |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
I thought of this while working on the homework for the class. Let's say I have three points: (-1,0), (1,0), and (1,1). I want to use a linear model (h(x) = mx + b) to do the fitting, and I use LOO to check my cross validation error. The problem becomes apparent right away:
Code:
Leave out (-1,0), and fit (1,0), (1,1). Fitting gives a vertical line, x = 1. Is the solution that I can't choose a vertical line (x = k, for some k) when fitting the data? |
#2
|
|||
|
|||
![]()
I think my question didn't make sense. Of course I can't get a vertical line when producing a hypothesis of the form h(x) = mx + b.
Too bad there is no delete on the forum ![]() |
#3
|
||||
|
||||
![]()
As posed, the LOO error is indeed not defined (infinite) however, you question is interesting when your last data point is (say)
![]() By choosing ![]() However, there is no problem with that; remember that your LOO error is an estimate of your ![]() ![]() ![]() Quote:
__________________
Have faith in probability |
![]() |
Tags |
cross-validation |
Thread Tools | |
Display Modes | |
|
|