We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d402dc commit 1b29edeCopy full SHA for 1b29ede
regression2.Rmd
@@ -395,7 +395,7 @@ variable we predict given a unit increase in the predictor
395
variable. KNN regression, as simple as it is to implement and understand, has no such
396
interpretability from its wiggly line.
397
398
-There can however also be a disadvantage to using a simple linear regression
+There can, however, also be a disadvantage to using a simple linear regression
399
model in some cases, particularly when the relationship between the target and
400
the predictor is not linear, but instead some other shape (e.g., curved or oscillating). In
401
these cases the prediction model from a simple linear regression
0 commit comments