From 707d23b58a5dcd3629bfed26abbd052de49cd559 Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Wed, 23 Aug 2023 17:36:06 -0600 Subject: [PATCH] Make model more like Python one --- data-raw/prep_chicago_inspections.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-raw/prep_chicago_inspections.R b/data-raw/prep_chicago_inspections.R index fe9e69e..f6c3236 100644 --- a/data-raw/prep_chicago_inspections.R +++ b/data-raw/prep_chicago_inspections.R @@ -65,7 +65,7 @@ board |> vetiver_pin_write(v) vetiver_deploy_rsconnect( board = board, name = "julia.silge/chicago-inspections-rstats", - predict_args = list(type = "prob", debug = TRUE), + predict_args = list(debug = TRUE), account = "julia.silge", appName = "chicago-inspections-rstats-model-api", forceUpdate = TRUE