Creating a Knowledge Base model
This document teaches how to create machine learning models using Knowledge Base algorithms so you can integrate Knowledge Base models in their automation.
The Machine Learning Model Builder tool, available in IBM RPA Studio, transforms knowledge base files into machine learning models called Knowledge Base models. The Builder, then, automatically imports the created model into the Tenant. The Machine Learning Model Builder also creates text classification models.
See details about creating a knowledge base file in Creating a knowledge base file.
Follow these steps to import and publish a machine learning model using Knowledge Base algorithms:
- Log in to IBM RPA Studio, selecting the desired Tenant.
- In the menu bar on the header, select the Tools tab.
- Click the Machine Learning Model Builder button.
- In the Name field, type in a unique name.
- In the Culture field, select the model analysis culture.
- In the Algorithm field, select the desired algorithm:
- Knowledge Base V2
- Recommended algorithm. This algorithm can use an internal IBM Robotic Process Automation database storing synonyms for words and expressions, and the algorithm has improvements over the legacy algorithm.
- Knowledge Base
- Legacy algorithm. This algorithm does not use words and expressions synonyms.
- Optional: In the Options field, select Use synonyms if the selected algorithm is Knowledge Base V2 and you want the model to use words and expressions synonyms.
- In the File field, select the knowledge base file in XLSX format.
- Enable the Set as production option if you want to set this model version as the production version.
IBM RPA Studio can train published Knowledge Base models. See Training a Knowledge Base model for more information. Bots can use published models. See Using a Knowledge Base model for details.
See also
- The Answer question (
answerQuestion
) command - The Bot Ask and Answer (
botAnswerQuestion
) command