Last updated: Jan 18, 2024
- Add a Data Asset node that points to pm_customer_train1.csv.
- Attach a Filler node to the Data Asset node. Double-click the node to open
its properties and, under Fill in fields, select
campaign
. - Select a Replace type of Always.
- In the Replace with text box, enter to_string(campaign) and click Save.
- Add a Type node and set the Role to
None
for the following fields:customer_id
response_date
purchase_date
product_id
Rowid
X_random
- Set the Role to
Target
for thecampaign
andresponse
fields. These are the fields on which you want to base your predictions. Set the Measurement toFlag
for theresponse
field. - Click Read Values then click Save. Because the campaign field data shows as a list of numbers (1, 2, 3, and 4), you can reclassify the fields to have more meaningful titles.
- Add a Reclassify node after the Type node and open its properties.
- Under Reclassify Into, select Existing field.
- Under Reclassify Field, select
campaign
. - Click Get values. The campaign values are added to the
ORIGINAL VALUE
column. - In the
NEW VALUE
column, enter the following campaign names in the first four rows:- Mortgage
- Car loan
- Savings
- Pension
- Click Save.
- Attach an SLRM modeling node to the Reclassify node. Select
campaign
for the Target field, andresponse
for the Target response field. - Under MODEL OPTIONS, for Maximum number of predictions per record, reduce the number to 2. This means that for each customer there will be two offers identified that have the highest probability of being accepted.
- Make sure Take account of model reliability is selected, then click Save and run the flow.