Managing local machine learning providers
Connect to the machine learning providers where your deployed models are stored.
Before you begin
You need the credentials of the machine learning provider you want to connect to. If you do not know where to find these credentials, contact your admin.
About this task
| Machine learning provider | Description |
|---|---|
| Global machine learning providers |
A global machine learning provider is accessible from all of your decision automations that are defined in its instance of Automation Decision Services and all users. Your administrator can configure global machine learning providers on the Automation Decision Services administration page. For more information, see Configuring global machine learning providers. |
| Local machine learning providers |
A local machine learning provider is local to your decision automation, and accessible only from your specified decision automation. You can configure local machine learning providers on the Settings page for your decision automation in Decision Designer, as described in the procedure below. |
Two types of provider are currently supported in Automation Decision Services: IBM Watson® Machine Learning and IBM Open Prediction Service.
IBM Open Prediction Service is an extension framework that allows you to connect to machine
learning providers that are not natively supported by Automation Decision Services. This includes custom
machine learning services and third-party machine learning tools, such as Amazon SageMaker and Microsoft Azure Machine Learning. Connecting to a custom or
third-party machine learning platform requires the implementation of a service that conforms to the
Open Prediction Service contract. To simplify the implementation of such services, IBM provides
ADS ML Service, a reference implementation available on GitHub. ADS ML
Service, which is a lightweight machine learning service, allows you to deploy and host
machine learning models that you can then consume in Automation Decision Services. For more information
about ADS ML Service, see the Open Prediction Service Hub repository available
on GitHub.