This JAR file must be uploaded once for each pipeline that you create. |
Key | Value | ||
---|---|---|---|
Implementation Class | com.thingworx.analytics.rockwell.processor.AsyncPredictionProcessor | ||
TWA_PREDICTION_IP | The IP address of your ThingWorx Analytics Prediction microserver. | ||
TWA_PREDICTION_PORT | The port where ThingWorx Analytics Prediction microserver is connected. To locate the port number, navigate to your ThingWorx Analytics Server installation directory and open the config/system-environment-variables.properties file. Port numbers are listed for each microservice. | ||
TWA_USE_PROXY | false = not installed behind a reverse proxy, true = is installed behind a reverse proxy | ||
GOAL_FIELD | The name of the goal data field on which scoring runs. | ||
MODEL_ID* | The Model Result ID that is output when a model is trained in ThingWorx Analytics. This parameter cannot be configured until after a training job has been run manually in Analytics Builder. To find the Model Job ID, navigate to the Models page in Analytics Builder, select the model, and click View to open the Model Results page. | ||
CSV_PATH* | The location in HDFS and the name of a CSV file that is available for scoring. | ||
METADATA_PATH | The location and name for a JSON metadata file. The metadata file can be accessed from any location supported by ThingWorx Analytics Server. Example: • hdfs://metadata.json
|
Key | Value | ||
---|---|---|---|
CATEGORICAL_LIMIT | Limits the number of values returned when scoring with a categorical goal field. Scoring with a categorical goal results in a prediction for every value category. Using a goal with many categories (such as postal code) can greatly affect performance time. This parameter allows you to limit a categorical goal to the top N values returned. | ||
CAUSAL_TECHNIQUE | The technique used to measure the influence of each field on the goal in a scored record. Options include: • Full Range – Searches for the fields that, when changed, show the largest overall variation in the prediction values. Measures the distance across the range of values from the minimum to the maximum. • Distance from Max – Searches for the fields that, when changed, increase the value of the prediction the most. Measures the distance from the current value to the maximum value. • Distance from Min – Searches for the fields that, when changed, decrease the value of the prediction the most. Measures the distance from the current value to the minimum value. | ||
HAS_HEADER | false = the CSV data file does not include a header row (Default), true = the CSV data file includes a header row
| ||
IDENTIFIER_FIELDS | Any additional fields you want to include in the scoring job to help identify which row of data a score applies to. Use a comma to separate each field. | ||
IMPORTANT_FIELD_COUNT | The number of important fields you want returned in the results. The most influential fields for each record, up to the selected number, are returned with the scoring job results. A weight of influence is also included for each important field returned | ||
PREFERRED_CATEGORICAL_VALUES | Limits the number of values returned when scoring with a categorical goal field. Scoring with a categorical goal results in a prediction for every value category. Using a goal with many categories (such as postal code) can greatly affect performance time. This parameter allows you to specify a limited set of categorical goal values to score. Use a comma to separate each value. | ||
TAGS | String values that can be leveraged for search and filter purposes. Use a comma to separate each tag. |
TWA_PREDICTION_PROXY_PATH | A URL for the reverse proxy, if in use. Optional parameter. Default path is /prediction. |
TWA_PREDICTION_USE_SSL | false = running on HTTP, true = running on HTTPS |