Skip to content

Commit e564234

Browse files
regresin1 index
1 parent 39b41a3 commit e564234

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
@@ -85,7 +85,7 @@ another example, we could try to use the size of a house to
8585
predict its sale price. Both of these response variables—race time and sale price—are
8686
numerical, and so predicting them given past data is considered a regression problem.
8787

88-
Just like in the \index{classification!comparison to regression}
88+
Just like in the \index{classification!comparison to regression}\index{regression!comparison to classification}
8989
classification setting, there are many possible methods that we can use
9090
to predict numerical response variables. In this chapter we will
9191
focus on the **K-nearest neighbors** algorithm [@knnfix; @knncover], and in the next chapter

0 commit comments

Comments
 (0)