See GetLiftChart
, GetRocCurve
, GetResidualsChart
for details.
GetGeneralizedInsight(
method,
model,
source = DataPartition$VALIDATION,
fallbackToParentInsights = FALSE
)
character. The API URL to use to get insight information.
dataRobotModel. A DataRobot model object like that returned by GetModel
.
character. The data partition for which data would be returned. Default is
DataPartition$VALIDATION
. See DataPartition
for details.
logical. If TRUE, this will return the lift chart data for the model's parent if the lift chart is not available for the model and the model has a parent model.