datarobot (version 2.4.0)

summary.dataRobotModel: DataRobot S3 object methods for R's generic summary function

Description

These functions extend R's generic summary function to the DataRobot S3 object classes dataRobotModel, dataRobotProject, listOfBlueprints, listOfFeaturelists, listOfModels, and projectSummaryList.

Usage

"summary"(object, ...)
"summary"(object, ...)
"summary"(object, nList = 6, ...)
"summary"(object, nList = 6, ...)
"summary"(object, nList = 6, ...)
"summary"(object, nList = 6, ...)

Arguments

object
The S3 object to be summarized.
nList
Integer: for the 'listOf' class objects, the first nList elements of the list are summarized in the dataframe in the second element of the list returned by the function.
...
Not currently used.

Value

An object-specific summary: for objects of class dataRobotModel and dataRobotProject, this summary is a character vector giving key characteristics of the model or project, respectively; for the other object classes, the value is a two-element list where the first element is a brief summary character string and the second element is a more detailed dataframe with nList elements.