![]() |
What happens when error cannot be computed (is infinite) with leave-one-out CV?
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? |
Re: What happens when error cannot be computed (is infinite) with leave-one-out CV?
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 :o |
All times are GMT -7. The time now is 03:10 AM. |
Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2019, Jelsoft Enterprises Ltd.
The contents of this forum are to be used ONLY by readers of the Learning From Data book by Yaser S. Abu-Mostafa, Malik Magdon-Ismail, and Hsuan-Tien Lin, and participants in the Learning From Data MOOC by Yaser S. Abu-Mostafa. No part of these contents is to be communicated or made accessible to ANY other person or entity.