Skip to content

Commit 8e7c269

Browse files
author
LProcopi15
committed
final touches
1 parent 73b4259 commit 8e7c269

File tree

1 file changed

+3
-1
lines changed
  • Week 6 - Assumptions and Transformations

1 file changed

+3
-1
lines changed

Week 6 - Assumptions and Transformations/Lecture6.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,6 @@ plot.roc(fert.pred, fert$output, main = "ROC Curve - Fertility", col = "blue")
135135

136136
# 14. Using your logistic regression model construct a ROC curve
137137

138-
# 15. Compare the logistic regression model you made with the one we constructed as a class using ROC and confusion matrix
138+
# 15. Compare the logistic regression model you made with the one we constructed as a class using ROC and confusion matrix
139+
# Hint: use lines.roc to add a second line to the same plot
140+
# One ROC is superior to the other if it is farther left/up on every point

0 commit comments

Comments
 (0)