Task 2: 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 complete tutorial - Loan approval. Then, click Import.
- Open the Complete 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, which currently uses a static value. You will update this to use a predictive model.
Step 2: Defining a machine learning provider
You associate a new machine learning provider with your decision automation to access the model deployed in Task 1. For more information about machine learning providers, see Managing local machine learning providers.
- Navigate back to your decision automation.
- Click the Settings
icon in the menu bar of your decision automation.
- Open the Machine learning providers tab.
- Click New + to create a provider:
- Type: Select WatsonX Machine Learning (IAM).
- Name: Enter wml-complete.
- Description: Enter Provider for the machine learning complete tutorial.
- Enter the following credentials obtained in Task
1:
- API key
- Space ID
- URL
- Authentication URL
- Click Save. Wait until the Status shows Running to confirm the provider is ready.
- Navigate back to your decision automation.