Guest User

Untitled

a guest
Jul 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. glm.fit <- glm(TARGET ~ NAME_CONTRACT_TYPE, data = application_train, family = binomial)
  2. model_predtraining<-predict(glm.fit,application_train,type = 'response')
  3. roc(model_predtraining,application_train$TARGET,main='ROC Training',plot = 'ROC',PV = FALSE,MI = FALSE)
Add Comment
Please, Sign In to add comment