|
Name |
Type |
Discontinued? |
|
1 |
REGISTRY_DATA_ID |
NUMERIC |
No |
|
|
|
The unique identifier (.1 item) for the registry data record. |
|
|
2 |
LINE |
INTEGER |
No |
|
|
|
The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
|
|
3 |
MET_ID |
NUMERIC |
No |
|
|
|
The identifier associated with a piece of information consumed by a predictive model. This can be a report column (PAF) ID or an extension mnemonic. |
|
|
4 |
MET_ID_RECORD_NAME |
VARCHAR |
No |
|
|
|
Stores the name of the registry metric record. |
|
|
5 |
FEAT_VALUE |
VARCHAR |
No |
|
|
|
The most recent value of the associated feature when it was used by a predictive model. |
|
|
6 |
FEAT_CONTRIBUTION |
NUMERIC |
No |
|
|
|
This item stores how much the associated feature contributed to the overall predictive model score. Contributions are rounded up to one decimal place, so that fractionally miniscule contributions can be differentiated from zero contributions. |
|
|
7 |
FEAT_UNIT |
VARCHAR |
No |
|
|
|
The unit associated with the feature value on this line. |
|
|
8 |
FEAT_DISPLAY_VALUE |
VARCHAR |
No |
|
|
|
The display value associated with the feature on this line. |
|
|