Skip to content

Commit

Permalink
fix quosures
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Oct 13, 2023
1 parent d056998 commit def727f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/Estimator.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ setEstimator <- function(learningRate='auto',
checkHigher(batchSize, 0)
checkIsClass(epochs, c("numeric", "integer"))
checkHigher(epochs, 0)
checkIsClass(device, c("character", "function"))
checkIsClass(scheduler, "list")
checkIsClass(earlyStopping, c("list", "NULL"))
checkIsClass(metric, c("character", "list"))
checkIsClass(seed, c("numeric", "integer", "NULL"))
Expand Down

0 comments on commit def727f

Please sign in to comment.