From 9355afd8d048c205deed852d365abba8197156b5 Mon Sep 17 00:00:00 2001 From: Trevor Campbell Date: Thu, 21 Dec 2023 13:14:18 -0500 Subject: [PATCH] minor fix bughunt reg1 py issue --- source/regression1.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/regression1.Rmd b/source/regression1.Rmd index 3a55956d7..610304259 100644 --- a/source/regression1.Rmd +++ b/source/regression1.Rmd @@ -107,7 +107,7 @@ is that we are now predicting numerical variables instead of categorical variabl > **Note:** You can usually tell whether a\index{categorical variable}\index{numerical variable} variable is numerical or > categorical—and therefore whether you need to perform regression or -> classification—by taking two response variables X and Y from your data, +> classification—by taking the response variable for two observations X and Y from your data, > and asking the question, "is response variable X *more* than response > variable Y?" If the variable is categorical, the question will make no sense. > (Is blue more than red? Is benign more than malignant?) If the variable is