You can query the generated regression results for a specific mining model in the last workflow run by using the ODMR_USER_WF_REGR_TEST_RESULTS repository view.
Table 8-16 provides more information about this view.
Table 8-16 ODMR_USER_WF_REGR_TEST_RESULTS Repository Views
| Column | Data Type | Description |
|---|---|---|
|
PROJECT_ID |
NUMBER |
This is the ID of the project under which the workflow is created. |
|
PROJECT_NAME |
VARCHAR2 (30 CHAR) |
This is the name of the project under which the workflow is created. |
|
WORKFLOW_ID |
NUMBER |
This is the workflow ID. |
|
WORKFLOW_NAME |
VARCHAR2 (30 CHAR) |
This is the name of the workflow. |
|
NODE_TYPE |
VARCHAR2 (30 CHAR) |
This is the type of the node. For example, Build node, Model node, and so on. |
|
NODE_ID |
NUMBER |
This is the ID of the node. |
|
NODE_NAME |
VARCHAR2 (30 CHAR) |
This is the name of the node. |
|
NODE_STATUS |
VARCHAR2 (10 CHAR) |
|
|
MODEL_ID |
NUMBER |
This is the ID of the model. |
|
MODEL_NAME |
VARCHAR2 (30 CHAR) |
This is the name of the model. |
|
MODEL_STATUS |
VARCHAR2 (10 CHAR) |
|
|
MODEL_CREATION_DATE |
VARCHAR2 (30 CHAR) |
This is the creation date of the model. |
|
TEST_METRICS |
VARCHAR2 (128 CHAR) |
This is the test metrics result table that contains Predictive Confidence, Root Mean Square error, and so on. |
|
RESIDUAL_PLOT |
VARCHAR2 (128 CHAR) |
This is the test Residual Plot table. |
Parent topic: Repository Views