Rdocumentation
powered by
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
Link to current version
Version
Version
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Install
install.packages('promote')
Monthly Downloads
162
Version
1.1.1
License
FreeBSD
Issues
1
Pull Requests
0
Stars
5
Forks
5
Repository
https://github.com/alteryx/promote-r-client
Maintainer
Paul Promote
Last Published
February 6th, 2019
Functions in promote (1.1.1)
Search all functions
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.