/AWS1/CL_FDTTRAININGRESULTV2¶
The training result details.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_datavalidationmetrics TYPE REF TO /AWS1/CL_FDTDATAVALIDATIONMET /AWS1/CL_FDTDATAVALIDATIONMET¶
The model training data validation metrics.
io_trainingmetricsv2 TYPE REF TO /AWS1/CL_FDTTRAININGMETRICSV2 /AWS1/CL_FDTTRAININGMETRICSV2¶
The training metric details.
io_variableimportancemetrics TYPE REF TO /AWS1/CL_FDTVARIABLEIMPANCEMET /AWS1/CL_FDTVARIABLEIMPANCEMET¶
The variable importance metrics details.
io_aggregatedvariablesimpa00 TYPE REF TO /AWS1/CL_FDTAGGREGATEDVARIAB00 /AWS1/CL_FDTAGGREGATEDVARIAB00¶
The variable importance metrics of the aggregated variables.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model might calculate the number of times an user has logged in using the same IP address. In this case, event variables used to derive the aggregated variables are
IP addressanduser.
Queryable Attributes¶
dataValidationMetrics¶
The model training data validation metrics.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAVALIDATIONMETRICS() |
Getter for DATAVALIDATIONMETRICS |
trainingMetricsV2¶
The training metric details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAININGMETRICSV2() |
Getter for TRAININGMETRICSV2 |
variableImportanceMetrics¶
The variable importance metrics details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VARIABLEIMPORTANCEMET() |
Getter for VARIABLEIMPORTANCEMETRICS |
aggregatedVariablesImportanceMetrics¶
The variable importance metrics of the aggregated variables.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model might calculate the number of times an user has logged in using the same IP address. In this case, event variables used to derive the aggregated variables are
IP addressanduser.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGGREGATEDVARIABLESIMP01() |
Getter for AGGREGATEDVARIABLESIMPANCE00 |