Skip to content
/ rsdk Public

A read-only public repository of the R API Client for the DataRobot Public API.

Notifications You must be signed in to change notification settings

datarobot/rsdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datarobot: 'DataRobot' Predictive Modeling API

GitHub R package version (subdirectory of monorepo) GitHub R package version (subdirectory of monorepo)

A read-only public repository of the R API Client for the DataRobot Public API. For working with the 'DataRobot' predictive modeling platform's API <https://www.datarobot.com/>.

Installation

To install the latest official release, use:

library(remotes)
install_github("datarobot/rsdk", subdir = "datarobot.apicore", ref = github_release())
install_github("datarobot/rsdk", subdir = "datarobot", ref = github_release())
library(datarobot)

You can find specific installation instructions for each release under GitHub Releases.

Changelog

The changelog for the R API Client can be found in NEWS.md in the datarobot package.

Feedback

If you have feedback or questions on the R API Client, email the team.