Accessing data for Product Propensity models
After Running training and scoring jobs that calculate values for output attributes, you can do one of the following to access the data.
- Create an export job and select the ProductPropensity_Score data object to export. You can then review the values in the output attributes.
- Sample data for the model outputs can be viewed using the Data viewer page. You can view a maximum of 200 records from a data object.
To verify and review with an export job:
- Follow the steps for Creating export jobs.
- When you get to Step 2: Data payload, for Payload type, select Data object.
- In the field for Data object, select ProductPropensity_Score.
When the data object is exported, review the following output attributes.
| Attribute | Description | 
|---|---|
| SourceProductPropensity_ScoreID | The unique identifier for the data object. It is a concatenation of CustomerID and ProductID. | 
| SourceID | The unique identifier for the source. | 
| SourceCustomerID | The unique identifier for the customer. | 
| ProductID | The unique identifier for the product. | 
| SourceProductID | The unique identifier for the product originating from the source. | 
| PropensityScore | The score generated for the customer. It is a numerical value from 0 to 1. | 
| Status | The status that assesses the customer based on the propensity score. A score of under 0.5 generates a value of No buy. A score of over 0.5 generates a value of Buy. | 
To verify and review using the Data viewer page:
- 
        Click the Oracle icon  in the bottom-right corner to open the navigation menu. in the bottom-right corner to open the navigation menu.
- Select Data viewer.
- Use the drop-down menu for Select or search for data object and select ProductPropensity_Score.
- Click Filters  . The Filters dialog displays. . The Filters dialog displays.
- Use the drop-down menu to select or search for the following attributes.
-  Click Add . .
- Use the drop-down menu for the output attributes and select the Is not empty operator.
- Click Apply.
- Click Column settings . .
- Click the checkbox for the output attributes to display them.
- Click Apply.
| Attribute | Description | 
|---|---|
| SourceProductPropensity_ScoreID | The unique identifier for the data object. It is a concatenation of CustomerID and ProductID. | 
| SourceID | The unique identifier for the source. | 
| SourceCustomerID | The unique identifier for the customer. | 
| ProductID | The unique identifier for the product. | 
| SourceProductID | The unique identifier for the product originating from the source. | 
| PropensityScore | The score generated for the customer. It is a numerical value from 0 to 1. | 
| Status | The status that assesses the customer based on the propensity score. A score of under 0.5 generates a value of No buy. A score of over 0.5 generates a value of Buy. | 
You can review values for up to 200 records.






