Skip to content

Commit

Permalink
one more model name error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
spennihana committed Jun 28, 2014
1 parent 741e4bd commit 3122fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-perf/bench/R/h2oPerf/specialEpilogue.R
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function() {
}
.emitSpecial<-
function() {
len <- length(dl$deeplearning_model$errors)
len <- length(dl_res$deeplearning_model$errors)
js <- list(comparison_result =
list(glm = ifelse(exists('glm_res'), 1 - glm_res$glm_model$validAUC$accuracy_for_criteria[1], "-1"),
dl = ifelse(exists('dl_res'), 1 - dl_res$deeplearning_model$errors[[len]]$validAUC$accuracy_for_criteria[1], "-1"),
Expand Down

0 comments on commit 3122fbc

Please sign in to comment.