A model predicts a house price from its size using a single dial :
Its training data is three houses (size in thousands of sq ft, price in hundreds of thousands):
| house | ||
|---|---|---|
| 1 | ||
| 2 | ||
| 3 |
The total error is the sum of the misses, each counted as a positive amount:
Evaluate at , and . Which setting sits lowest in the valley, and what is the average rate of change of the error as moves from to ?
Select all that apply.