Browse Source

courbe roc

master
Maxime Wack 6 years ago
parent
commit
a4cf65502a
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      03_Classification/classif.R

+ 3
- 0
03_Classification/classif.R View File

@@ -133,3 +133,6 @@ g +

# Validation
library(pROC)

roc(am ~ am_logi, data = test) -> ROC
plot(ROC)

Loading…
Cancel
Save