Skip to content

Commit f96fc06

Browse files
Minor polish sync with py
1 parent 60099ca commit f96fc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/regression2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ tricky and requires knowledge of how you intend to use the prediction.
293293
To visualize the simple linear regression model, we can plot the predicted house
294294
sale price across all possible house sizes we might encounter.
295295
Since our model is linear,
296-
we only need to compute the predicted value of the min and max points,
296+
we only need to compute the predicted price of the minimum and maximum house size,
297297
and then connect them with a straight line.
298298
We superimpose this prediction line on a scatter
299299
plot of the original housing price data,

0 commit comments

Comments
 (0)