check.image.size |
Private function for checking the size of the user's image. |
yhat.deploy |
Deploy a model to Yhat's servers |
yhat.deploy.to.file |
Deploy a model to a file that you can then upload via the browser. |
yhat.get |
Private function for performing a GET request |
yhat.post |
Private function for performing a POST request |
yhat.predict |
Make a prediction using Yhat. |
yhat.predict_raw |
Calls Yhat's REST API and returns a JSON document containing both the prediction and associated metadata. |
yhat.scaffolding |
Quick function for setting up a basic scaffolding of functions for deploying on Yhat. |
yhat.show_models |
Shows which models you have deployed on Yhat. |
yhatr |
A package for deploying statistical models on Yhat |