Skip to content

Commit

Permalink
Remove browser
Browse files Browse the repository at this point in the history
  • Loading branch information
lhjohn committed Aug 30, 2024
1 parent 2856604 commit 34be21f
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 @@ -338,7 +338,6 @@ predictDeepEstimator <- function(plpModel,
snakeCaseToCamelCaseNames(model$estimator_settings))
estimator$model$load_state_dict(model$model_state_dict)
prediction$value <- estimator$predict_proba(data)
browser()
} else {
prediction$value <- plpModel$model$predict_proba(data)
}
Expand Down

0 comments on commit 34be21f

Please sign in to comment.