Task 1: Defining a machine learning provider in Decision Designer
You import and explore a new decision service. Then, you define a machine learning
provider using Watson Machine Learning.
Step 1: Importing a sample decision service
You import a sample decision service into your decision automation. This decision service applies several criteria to determine a borrower’s loan eligibility. One key factor is risk, which is predicted by the machine learning model.
- Sign in to Decision Intelligence using your instance credentials.
- Create a decision automation.
- Click New decision +.
- Click Discovery tutorials and select Machine learning quick tutorial - Loan approval. Then, click Import.
- Open the Quick machine learning loan approval decision service.
- Explore the imported decision service:
- Open the Loan Validation Data data model in the Data tab to review the defined types. Note that the risk probabilities type is used by the predictive model.
- Navigate back to the decision service name in the breadcrumbs and open the Loan Validation Decision Model. This model determines whether a loan can be approved. One key decision is the Risk Score node, prediction node linked to the loan risk score predictive model.
- Navigate back to the decision service name in the breadcrumbs and open the loan risk score predictive model. It is not connected yet. You will connect it in the next steps.
- Review the input and output mapping nodes:
- Click the Input mapping node to see how the machine learning model input is derived from loan and borrower data.
- Click the Output mapping node to see how the output of the machine learning model is converted into a risk probability.
Step 2: Defining a machine learning provider
You configure a machine learning provider to use your deployed model in the decision service. For more information about machine learning providers, see Managing local machine learning providers.
- Return to the diagram and click anywhere outside the nodes or links.
- Click Configure.
The configuration panel opens, showing that no provider is defined.
- By default, Remote Machine Learning Model is selected. Click Next to continue.
- Click New + to create a provider:
- Type: Select Embedded machine learning.
- Name: Enter embedded-quick.
- Description: Enter Provider for the machine learning quick tutorial.
- Click Test connection. It successfully connects to the provider.
- Click Save. Wait until the Status shows Running to confirm the provider is ready.
- In the Navigation history, select loan risk score to open the predictive model.