Skip to content

Commit

Permalink
removed old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tmastny committed Mar 14, 2018
1 parent 29ab774 commit 099fb56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/model_tools.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ grabber <- function(model, type) {
grab(pred_data, model)
}

# need to add warning if probabilities weren't saved
prob_grabber <- function(data, model) {
columns <- as.character(unique(model$trainingData$.outcome))
if (all(!columns %in% names(data))) {
Expand Down

0 comments on commit 099fb56

Please sign in to comment.