Pega Prediction Topic Model - Learning capability when used inside Data Flow

As of our requirement, created a Prediction Model and used that model (Text Analyzer ) inside Data flow As below,


Prediction Model Description,

  • Topic Analysis : NLPTestTopic- using Maximum Entropy Model
  • Sentiment analysis - default
  • Entity Extraction : using Key Words Extraction

Prediction Model Not associated with any Channel,

Once we Executed the Data Flow, since we are using ML(Machine Learning) for topic detection

  • Q 1. will the model self-learn, although we are using it in Data flow?
  • Q 2. Is there any additional configuration that needs to be done when we are using the text analysis model directly inside the data flow - to enable self-learning?
  • Q 3. possibility to provide feedback to the model and correct it since it is referred inside the data flow?

Hi @AnthonyG5648

Q1 : Pega NLP models do not self learn just by executing them. You need to provide feedback whenever it detects wrongly using feedback API and update the model.

Q2: We do not support self learning as a setting, recommendation is provide feedback and update the model.

Q3: To provide feedback : Pegasystems Documentation