Skip to content

Commit

Permalink
chore: Fixed another typo in logistic.Rmd
Browse files Browse the repository at this point in the history
"proportion of correction classifications" to "proportion of correct classifications"
  • Loading branch information
OssamaSijbesma authored Jan 7, 2024
1 parent 8e24cef commit b99ebcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logistic.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ In reality, we didn't actually suppress it, but instead changed `maxit` to `75`,

### Evaluating Classifiers

The metric we'll be most interested in for evaluating the overall performance of a classifier is the **misclassification rate**. (Sometimes, instead accuracy is reported, which is instead the proportion of correction classifications, so both metrics serve the same purpose.)
The metric we'll be most interested in for evaluating the overall performance of a classifier is the **misclassification rate**. (Sometimes, instead accuracy is reported, which is instead the proportion of correct classifications, so both metrics serve the same purpose.)

$$
\text{Misclass}(\hat{C}, \text{Data}) = \frac{1}{n}\sum_{i = 1}^{n}I(y_i \neq \hat{C}({\bf x_i}))
Expand Down

0 comments on commit b99ebcc

Please sign in to comment.