Skip to content

Commit 9355afd

Browse files
minor fix bughunt reg1 py issue
1 parent dd03028 commit 9355afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/regression1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ is that we are now predicting numerical variables instead of categorical variabl
107107

108108
> **Note:** You can usually tell whether a\index{categorical variable}\index{numerical variable} variable is numerical or
109109
> categorical—and therefore whether you need to perform regression or
110-
> classification—by taking two response variables X and Y from your data,
110+
> classification—by taking the response variable for two observations X and Y from your data,
111111
> and asking the question, "is response variable X *more* than response
112112
> variable Y?" If the variable is categorical, the question will make no sense.
113113
> (Is blue more than red? Is benign more than malignant?) If the variable is

0 commit comments

Comments
 (0)