Task 1: Importing a sample decision service and exploring resources
You import and explore a sample decision service. Then, you download and explore a PMML
file.
Step 1: Importing and exploring a decision service
- Sign in to Decision Intelligence using your instance credentials.
- Create a decision automation.
- Click New decision +.
- Click Industry samples and select Telecom. Then,
click Import.
It contains three decision services:
Customer retentionuses decision models to recommend the best offer to make to customers in order to prevent churn.Transparent ML retentionuses transparent predictive models to predict churn probability and customer lifetime value.Retention with MLuses predictive models connected to machine learning providers to predict churn probability and customer lifetime value.
- Open the Customer retention decision service.
- Explore the imported decision service:
- Open the Data data model in the Data tab to review the defined types.
- Navigate back to the decision service name in the breadcrumbs and open the Churn decision model. This model uses rules to predict customer churn.
- Navigate back to the decision service name in the breadcrumbs and open the Retention offer decision model. This model depends on the Churn decision model output to select a compatible retention offer in a list of potential offers.
Step 2: Downloading and exploring a PMML file
- Download the churn.pmml file.
This ruleset model was build using the churn.csv data set.
- Open the PMML file and explore the data values defined in the
DataDictionarypart.