Learn R Programming

promote (version 1.1.1)

Client for the 'Alteryx Promote' API

Description

Deploy, maintain, and invoke predictive models using the 'Alteryx Promote' REST API. 'Alteryx Promote' is available at the URL: .

Copy Link

Version

Install

install.packages('promote')

Monthly Downloads

162

Version

1.1.1

License

FreeBSD

Issues

Pull Requests

Stars

Forks

Maintainer

Paul Promote

Last Published

February 6th, 2019

Functions in promote (1.1.1)

set.model.require

Private function that generates a model.require function based on the libraries that have been imported in this session.
is.https

Private predicate function that checks if the protocol of a url is https.
promote.unload

Removes a library from the promote model's dependency list
promote.spider.func

Private function for spidering function source code
promote.predict_raw

Calls promote's REST API and returns a JSON document containing both the prediction and associated metadata.
promote.spider.block

Private function for recursively looking for variables
promote.deploy

Deploy a model to promote's servers
promote.library

Import one or more libraries and add them to the promote model's dependency list
promote.ls

Private function for determining model dependencies
add.dependency

Private function that adds a package to the list of dependencies that will be installed on the Promote server
check.image.size

Private function for checking the size of the user's image.
capture.src

Private function for catpuring the source code of model
promote.metadata

Add metadata to the deployment of your promote model
promote.get

Private function for performing a GET request
add.metadata

Private function that adds metadata about the model that will be installed on the Promote server the metadata is arranged as key-value pairs
promote.post

Private function for performing a POST request
promote.predict

Make a prediction using promote.