Skip to content

Commit 1b29ede

Browse files
committed
adding commas
1 parent 1d402dc commit 1b29ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ variable we predict given a unit increase in the predictor
395395
variable. KNN regression, as simple as it is to implement and understand, has no such
396396
interpretability from its wiggly line.
397397

398-
There can however also be a disadvantage to using a simple linear regression
398+
There can, however, also be a disadvantage to using a simple linear regression
399399
model in some cases, particularly when the relationship between the target and
400400
the predictor is not linear, but instead some other shape (e.g., curved or oscillating). In
401401
these cases the prediction model from a simple linear regression

0 commit comments

Comments
 (0)