Learn R Programming

yhatr (version 0.15.1)

R Binder for the Yhat API

Description

Deploy, maintain, and invoke models via the Yhat REST API.

Copy Link

Version

Install

install.packages('yhatr')

Monthly Downloads

378

Version

0.15.1

License

FreeBSD

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

May 9th, 2017

Functions in yhatr (0.15.1)

yhat.get

Private function for performing a GET request
yhat.library

Import one or more libraries and add them to the Yhat model's
yhat.batchDeploy

Deploy a batch model to Yhat servers
yhat.deploy

Deploy a model to Yhat's servers
is.https

Private predicate function that checks if the protocol of a url
set.model.require

Private function that generates a model.require function based on
yhat.predict

Make a prediction using Yhat.
yhat.predict_bulk

Make bulk predictions using Yhat.
yhat.verify

Private function for verifying username and apikey
add.dependency

Private function that adds a package to the list of dependencies
capture.src

Private function for catpuring the source code of model
yhat.predict_raw

Calls Yhat's REST API and returns a JSON document containing both the prediction
yhat.spider.block

Private function for recursively looking for variables
check.dependencies

Checks dependencies and makes sure all are installed.
check.image.size

Private function for checking the size of the user's image.
yhat.ls

Private function for determining model dependencies
yhat.post

Private function for performing a POST request
yhat.spider.func

Private function for spidering function source code
yhat.unload

Removes a library from the Yhat model's dependency list