Closed threadingdata closed 2 years ago
new_ads <- superbowl_ads %>% select(-like_count) %>% <------------------ Trailing pipe.
endpoint <- vetiver_endpoint("http://0.0.0.0:8080/predict")
new_ads <- superbowl_ads %>% select(-like_count) %>% <------------------ Trailing pipe.
endpoint <- vetiver_endpoint("http://0.0.0.0:8080/predict")