Overview
This is a Transform type Snap that enables you to predict the target field for an unlabeled document. An unlabeled document is one that does not have a label field. So, the Snap reads this unlabeled document and predicts the label field. Predictions are made based on the regression model built by the Trainer (Regression) Snap.
Input and Output
Expected input: An unlabeled document and the regression model for predicting the target field.
Expected output: Predictions from the regression model based on the input document.
Expected upstream Snaps:
- First input view: Any Snap that generates an unlabeled document document is usable as an upstream Snap. For example, JSON Parser, JSON Generator, CSV Parser, CSV Generator, Mapper, and so on.
- Second input view: Any Snap that reads and outputs the regression model. For example, a combination of File Reader, and JSON Parser.
Expected downstream Snaps: CSV/JSON Formatter Snap and File Writer Snap can be used to write the output to file.
Prerequisites
The input document must be in tabular format (no nested structure).
Configuring Accounts
Accounts are not used with this Snap.
Configuring Views
Input | This Snap has exactly two document input views. The first input view is for the unlabeled document that requires prediction. The second input view is for the regression model to be used for the prediction. |
---|---|
Output | This Snap has exactly one document output view. |
Error | This Snap has at most one document error view. |
Troubleshooting
None.
Limitations and Known Issues
None.
Modes
- Ultra pipelines: Works in Ultra pipelines.
- Spark mode: Does not work in Spark mode.
Snap Settings
Label | Required. The name for the Snap. Modify this to be more specific, especially if there are more than one of the same Snap in the pipeline. |
---|
Examples
Heating Load Prediction – Testing
The model trained in the Heating Load Prediction – Model Training example pipeline is tested against an unlabeled dataset.
Download this pipeline.
To understand the dataset and the process prior to testing the model see the following examples:
Additional Example
The following use case demonstrates a real-world scenario for using this Snap:
Downloads