sol-eng / bike_predict

A demo of an end-to-end machine learning pipeline, using Posit Connect
93 stars 31 forks source link

Shiny app bug fix #33

Closed SamEdwardes closed 2 years ago

SamEdwardes commented 2 years ago

Fix

Background

The shiny app started to not return predictions:

Screen Shot 2022-06-22 at 8 22 40 AM

I dug into the logs, and for some reason, the model endpoint was having trouble converting the id column into a character.

Can't convert `data$id` <integer> to match type of `id` <character>.
xuf12 commented 2 years ago

Tested via git backed deployment in RSC. Thanks!