6

AI applications optimizing actions based on data and predictions with Palantir f...

 2 years ago
source link: https://developer.ibm.com/blogs/data-and-ai-applications-with-palantir-for-ibm-cloud-pak-for-data/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Blog Post

AI applications optimizing actions based on data and predictions with Palantir for IBM Cloud Pak for Data

Use Palantir ontology and app building tools with IBM Cloud Pak for Data model deployments


Palantir for IBM Cloud Pak for Data enables building no-/low-code line of business applications using data, machine learning, and optimization from IBM Cloud Pak for Data. Ontology managers can define business-oriented data models integrating data from IBM Cloud Pak for Data. Application builders can use Palantir tools to create applications using these data models. Additionally, applications can integrate machine learning models from IBM Cloud Pak for Data to infuse predictions, as well as decision optimization result data from IBM Cloud Pak for Data to determine optimized actions based on data and predictions.

This blog post explains how to create AI-infused apps using Palantir ontology and application building tools together with IBM Cloud Pak for Data model deployments and data and AI catalog. It also outlines the underlying integration architecture.

IBM Cloud Pak for Data as the data and AI foundation

IBM Cloud Pak for Data together with Palantir provide integrated capabilities to:

  • Collect, transform, and integrate data from many sources
  • Organize data to be ready for use in projects and applications
  • Analyze data to gain insights and create AI models
  • Infuse AI insights such as predictions and optimization via APIs where needed
  • Build applications using no-/low-code app builders, integrating data and AI on multiple clouds while leveraging Red Hat OpenShift as the underlying platform.

Figure 1

Applications built with Palantir for IBM Cloud Pak for Data by application builders — using no-/low-code tools — can use data, predictions, and optimization result data from IBM Cloud Pak for Data, helping business users achieve smarter business outcomes by taking optimized actions.

Figure 2

Data engineers can create data services in IBM Cloud Pak for Data such as Db2, Db2 Warehouse, Postgres, etc. to collect data and can build a catalog of data assets available for data scientists and application builders to use. Where needed, they can use DataStage flows or other tools to transform data from multiple sources and use data virtualization services.

Data scientists can collaborate in projects, add data sets from the catalog or from other data sources, analyze data, gain insights, and train machine learning models or define decision optimization models. To train models, they may use Python code in JupyterLab using their favorite machine learning framework, SPSS Modeler flows, or AutoAI, as shown in the following image.

Figure 3

Models can be saved and deployed to spaces, as shown in the image below, to make them available for AI infusion into business processes and applications. The deployed model can then be called via the model deployment REST API.

Figure 4

Building data and AI applications with Palantir for IBM Cloud Pak for Data

Application builders can build rich no-/low-code applications using the Palantir app builder tools available through a new Palantir card on the IBM Cloud Pak for Data home page.

Figure 5

From here, ontology managers can navigate to the Palantir UI to define and manage Palantir ontologies, integrating data from IBM Cloud Pak for Data. Application builders can navigate to the Palantir UI to build apps using ontologies and connecting machine learning models from IBM Cloud Pak for Data to integrate predictions into applications. Once in the Palantir UI, they can integrate AI models from IBM Cloud Pak for Data into Palantir apps (Manage models) and can integrate data from IBM Cloud Pak for Data into a Palantir ontology (Manage ontology).

Figure 6

To enable Palantir applications, a business-oriented ontology needs to first be defined using Palantir ontology management, which integrates with the data sets from the data and AI catalog in IBM Cloud Pak for Data. From the ontology management UI, users can search the IBM Cloud Pak for Data catalog for data assets to use and can then drill down into the columns or object attributes of the data set to map these to business objects defined in the Palantir ontology.

Figure 7

The underlying data behind the data assets is then synchronized from the referenced data source into the Palantir ontology storage to make it query able and searchable for Palantir apps.

Figure 8

As a result of ontology modeling and data integration, a digital twin of business objects for the company or organization is represented in the ontology data model, structured in a way that business users can relate to and that is suitable to build no-/low-code apps intended for them.

Figure 9

Building on the business-oriented ontology data model, application builders can create a range of apps by selecting relevant business objects and creating application views, forms, dashboards, etc. on top. To integrate a machine learning model from IBM Cloud Pak for Data, the application builder uses the import model function to browse spaces and model deployments from IBM Cloud Pak for Data and pick the appropriate model to use and connect to.

Figure 10

Application builders can map model parameters and ontology object attributes, so that the model will get the right input, and the output of the model can be stored back to the ontology.

Figure 11

As a result, the new model objective that wraps the AI model from IBM Cloud Pak for Data becomes available for use by Palantir apps. Application builders can use the model objective to integrate predictions from the AI model from IBM Cloud Pak or Data into their app.

Figure 12

Once an app is finished and and goes live, business users can start using it via web browsers or mobile devices, interacting with data and AI provided by IBM Cloud Pak for Data via the line of business app created using Palantir. For example, the Palantir app shown below is able to use data from data services and predictions from AI models from IBM Cloud Pak for Data.

Figure 13

When the amount of data, number of predictions, and number of potential actions get large, it will not be possible for humans to determine the optimal set of actions. To optimize what set of actions to take in the context of business applications, decision optimization result data from IBM Cloud Pak for Data can be integrated into Palantir applications. The application can then not only present integrated predictions to line of business users but it can also suggest the best set of actions optimized for the best possible outcome under given constraints.

Integration architecture

IBM Cloud Pak for Data together with Palantir can be installed on the same underlying Red Hat OpenShift cluster with single sign-on (SSO). Application builders, data scientists, and data engineers can log in to the IBM Cloud Pak for Data home page, showing what is relevant to them.

Data scientists and data engineers can create projects or navigate to projects they have been added to. They can set up data transformation pipelines to access and transform data from external sources, add resulting data assets to the project, and can share data assets intended for use in other projects or by applications to the catalog. This helps make these data assets explorable and findable via the catalog’s REST APIs and UI. Data scientists can analyze data and train models in projects, and can make models that are ready for use available for deployment in spaces, which allows applications to find and invoke them via REST APIs.

Application builders will find a new applications card on the IBM Cloud Pak for Data home page to navigate to Palantir ontology management and Palantir applications. In defining an ontology, Palantir ontology management uses IBM Cloud Pak for Data Catalog REST APIs to let the user find and pick data assets from the catalog and map them into the ontology. This enables the translation from technical column names to business-oriented terms in the ontology to achieve a business user-friendly data model. As a result, the referenced data is synchronized from data sources into the Palantir ontology storage. Additionally, this is indexed into the ontology’s search index to make it available for low-latency queries and searches by apps without pressuring source data services with unnecessary application-induced workload. It is important to have enough file system volume size available for data ingested, plus the search index to enable search over the ingested data.

Figure 14

Application builders use the Palantir app builder tools to create and customize app UIs that consist of object type views that can be filtered and searched, object page views, dashboards, etc. They operate on top of the Palantir ontology REST API. Optionally, apps can include elements of workflow and low code to extend application logic.

The integration of Palantir app builder tools with machine learning models deployed in IBM Cloud Pak for Data spaces uses space REST APIs to browse spaces and model deployments and let the application builder pick the model deployments to integrate into their app. Ontology data attributes are mapped to input parameters of the model, and model scoring output values are mapped to result data the app can include in its UI. When live at runtime, the app can display data along with relevant predictions by using an application ID to invoke the model scoring REST API to invoke the model that runs on IBM Cloud Pak for Data. For this to work, the ID to be used to invoke models from the Palantir app needs to previously have been granted access to the space in which the model is deployed.

Palantir applications can also write back data via the ontology to data services on IBM Cloud Pak for Data and share that write-back data as data assets via an IBM Cloud Pak for Data catalog. Data scientists can add the resulting write-back data assets to projects, and, for example, can analyze write-back data and use it to train or re-train models to improve based on feedback obtained from the application via write-back data.

Decision optimization results from IBM Cloud Pak for Data can be integrated into Palantir applications:

  • Data scientists or optimization experts collaborate in a project on IBM Cloud Pak for Data.
  • They create decision optimization experiments and build optimization models.
  • The optimization models are deployed in spaces as batch deployments with defined input data assets and optimization result data assets.
  • Optimization result data assets are shared via the IBM Cloud Pak for Data catalog.
  • Palantir ontology managers can integrate optimization result data assets from the catalog.
  • Palantir application builders can integrate optimization results via the Palantir ontology.

The following diagram shows how, with this approach, Palantir applications can integrate data, prediction result data, and optimization result data from IBM Cloud Pak for Data to determine optimized sets of actions to present to application end users.

Figure 15

Both applications and models can evolve over time. New application versions can be made available to business users via Palantir, and new models can be made available via IBM Cloud Pak for Data model deployments. The latter is possible while keeping the model deployment URL stable, so that a new model can replace the previously used model behind a model deployment endpoint without disrupting applications.

Next steps

To learn more, check out IBM Cloud Pak for Data developer tutorials, videos, and code patterns on IBM Developer.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK