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:
- Visit the model interface at any time.
- Enter the source column value in the provided input field.
- Submit the value to get the predicted target column as the output.
Multi-Line Prediction
For multi-line predictions:
- Visit the model interface at any time.
- Enter multiple source column values in the input area, each value on a new line.
- 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:
- Navigate to the ML Mapper interface.
- Select the window form where you want to enable predictions.
- Link the trained model to the selected window form.
Making Predictions within the Window Form
Once the model is linked to the window form:
- Users filling the form can input source column values directly into the designated fields.
- 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.