May 2018
Beginner to intermediate
364 pages
7h 43m
English
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:
To launch the package, we use the library() function:
> library(datarobot)
After the previous code, there is ...
Read now
Unlock full access