R package – datarobot

The name DataRobot refers to three things: a Boston-based software company, the massively parallel modelling engine developed by the DataRobot company, and an open source R package that allows interactive R users to connect to this modelling engine. This vignette provides a brief introduction to the datarobot R package, highlighting the following key details of its use:

  • Connecting to the DataRobot modeling engine from an interactive R session
  • Creating a new modeling project in the DataRobot modeling engine
  • Retrieving the results from a DataRobot modeling project
  • Generating predictions from any DataRobot model

To launch the package, we use the library() function:

> library(datarobot)

After the previous code, there is ...

Get Hands-On Data Science with Anaconda now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.