Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rel-3.44.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
h2o-ops committed Oct 26, 2023
2 parents 253f75d + 54149b7 commit 9ceb255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-r/h2o-package/R/models.R
Original file line number Diff line number Diff line change
Expand Up @@ -5167,7 +5167,7 @@ plot.H2OBinomialMetrics <- function(x, type = "roc", main, ...) {
# TODO: add more types (i.e. cutoffs)
if(!type %in% c("roc", "pr", "gains_lift")) stop("type must be 'roc', 'pr', or 'gains_lift'")
if(type == "roc") {
xaxis <- "False Positive Rate (TPR)"; yaxis = "True Positive Rate (FPR)"
xaxis <- "False Positive Rate (FPR)"; yaxis = "True Positive Rate (TPR)"
if(missing(main)) {
main <- "Receiver Operating Characteristic curve"
if(x@on_train) {
Expand Down

0 comments on commit 9ceb255

Please sign in to comment.