Skip to content

Commit c9f0f46

Browse files
remove bias reg2 py bug hunt
1 parent 0c4a0be commit c9f0f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/regression2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ There can, however, also be a disadvantage to using a simple linear regression
679679
model in some cases, particularly when the relationship between the response variable and
680680
the predictor is not linear, but instead some other shape (e.g., curved or oscillating). In
681681
these cases the prediction model from a simple linear regression
682-
will underfit (have high bias), meaning that model/predicted values do not
682+
will underfit, meaning that model/predicted values do not
683683
match the actual observed values very well. Such a model would probably have a
684684
quite high RMSE when assessing model goodness of fit on the training data and
685685
a quite high RMSPE when assessing model prediction quality on a test data

0 commit comments

Comments
 (0)