GetGeneralizedInsight {datarobot} | R Documentation |
An internal function to help fetch insights.
Description
See GetLiftChart
, GetRocCurve
, GetResidualsChart
for details.
Usage
GetGeneralizedInsight(
method,
model,
source = DataPartition$VALIDATION,
fallbackToParentInsights = FALSE
)
Arguments
method |
character. The API URL to use to get insight information. |
model |
dataRobotModel. A DataRobot model object like that returned by |
source |
character. The data partition for which data would be returned. Default is
|
fallbackToParentInsights |
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. |
[Package datarobot version 2.18.6 Index]