Task 4: Running a predictive model and a decision model
You run the predictive model that you configured earlier and run the decision model that
calls the predictive model through a prediction node.
Step 1: Running a predictive model
You run test data sets to validate your predictive model.
- From Task 3, you should be in the loan risk score predictive model.
- Go to the Run tab.
- Select the John Good Score test data set and click
Run. The result should look like
this:
{ "paymentDefault": 0, "probability": 1 }This means there is no default payment risk, with a probability of 1.
- Browse the Run history to review the executed rules.
Step 2: Running a decision model
Next, you run the decision model that uses this predictive model.
- Select Loan Validation Decision Model in the Navigation history.
- Go to the Run tab and run the John Good Score test
data set.
The loan is approved.
- Browse the Run history:
- The loan risk score rule was triggered.
- The predictive model successfully called the machine learning model deployment.