Skip to content

Commit

Permalink
remove browser
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Oct 9, 2023
1 parent 284cb12 commit 48beb3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/Estimator.R
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ gridCvDeep <- function(mappedData,

trainCache$saveGridSearchPredictions(gridSearchPredictons)
}
browser()
learnSchedules <- lapply(gridSearchPredictons, function(x) {x$param$learnSchedule})
gridSearchPredictons <- lapply(gridSearchPredictons, function(x) {x$param <- x$param[names(x$param) != "learnSchedule"]; x})
# get best para (this could be modified to enable any metric instead of AUC, just need metric input in function)
Expand Down

0 comments on commit 48beb3e

Please sign in to comment.