Can the `assess` action generate ROC and Lift chart data?
2 vues
Réponse
Yes. To get ROC (Receiver Operating Characteristic) data, set `includeRoc` to TRUE and specify an output table with the `rocOut` parameter. For Lift data, set `includeLift` to TRUE and use the `casOut` parameter to specify the output table. You can control the granularity of ROC calculations with `cutStep` and Lift calculations with `nBins`.