Skip to content

Commit 2cfa0d8

Browse files
remove bias py bug hunt
1 parent 9355afd commit 2cfa0d8

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
@@ -426,7 +426,7 @@ There can, however, also be a disadvantage to using a simple linear regression
426426
model in some cases, particularly when the relationship between the response and
427427
the predictor is not linear, but instead some other shape (e.g., curved or oscillating). In
428428
these cases the prediction model from a simple linear regression
429-
will underfit \index{underfitting!regression} (have high bias), meaning that model/predicted values do not
429+
will underfit, meaning \index{underfitting!regression} that model/predicted values do not
430430
match the actual observed values very well. Such a model would probably have a
431431
quite high RMSE when assessing model goodness of fit on the training data and
432432
a quite high RMSPE when assessing model prediction quality on a test data

0 commit comments

Comments
 (0)