add.dependency          Private function that adds a package to the
                        list of dependencies that will be installed on
                        the ScienceOps server
capture.src             Private function for catpuring the source code
                        of model
check.dependencies      Checks dependencies and makes sure all are
                        installed.
check.image.size        Private function for checking the size of the
                        user's image.
is.https                Private predicate function that checks if the
                        protocol of a url is https.
set.model.require       Private function that generates a model.require
                        function based on the libraries that have been
                        imported in this session.
yhat.batchDeploy        Deploy a batch model to Yhat servers
yhat.deploy             Deploy a model to Yhat's servers
yhat.get                Private function for performing a GET request
yhat.library            Import one or more libraries and add them to
                        the Yhat model's dependency list
yhat.ls                 Private function for determining model
                        dependencies
yhat.post               Private function for performing a POST request
yhat.predict            Make a prediction using Yhat.
yhat.predict_bulk       Make bulk predictions using Yhat.
yhat.predict_raw        Calls Yhat's REST API and returns a JSON
                        document containing both the prediction and
                        associated metadata.
yhat.spider.block       Private function for recursively looking for
                        variables
yhat.spider.func        Private function for spidering function source
                        code
yhat.unload             Removes a library from the Yhat model's
                        dependency list
yhat.verify             Private function for verifying username and
                        apikey
