System Features
Auto ML
Predict

Model Prediction Process

Once the training is finished and the model is ready for prediction, you have two primary ways to utilize the model: direct prediction via the model interface and integration with the ML Mapper for seamless predictions within form windows.

Direct Prediction via Model Interface

Single-Line Prediction

To make a single-line prediction:

  1. Visit the model interface at any time.
  2. Enter the source column value in the provided input field.
  3. Submit the value to get the predicted target column as the output.

Multi-Line Prediction

For multi-line predictions:

  1. Visit the model interface at any time.
  2. Enter multiple source column values in the input area, each value on a new line.
  3. Submit the values to get the corresponding predicted target column values as output.

Integration with ML Mapper

Linking the Model to an Existing Window

To integrate the model with an existing window from the ML Mapper:

  1. Navigate to the ML Mapper interface.
  2. Select the window form where you want to enable predictions.
  3. Link the trained model to the selected window form.

Making Predictions within the Window Form

Once the model is linked to the window form:

  1. Users filling the form can input source column values directly into the designated fields.
  2. The linked model will automatically generate and display the predicted target column values within the form.

This integration allows for seamless and real-time predictions as users fill out the form, enhancing the workflow and ensuring that the predictions are readily available where they are most needed.