Analytics Builder > Working with Signals > Identify New Signals without a Model
Identify New Signals without a Model
To identify new signals without a model:
1. On the Signals list page, click the New button at the top of the signals list.
A dialog box opens with signals options you can configure.
2. In the dialog box, enter or select values for the following options:
Signal Name – Enter a name for the new signal.
Redundancy Filter – Check to enable redundancy filtering, which will rank features by the information gain they provide. The Redundancy Filter operates by calculating the mutual information for each feature with the goal variable. It then iteratively ranks the features, in combination with previously-selected features, according to the amount of information gain they provide. Features that provide more information gain are ranked higher.
Data from Existing Dataset – Provide the following information about the dataset you want to identify signals from:
Dataset – Select the dataset from which to identify signals.
Goal – Select a goal variable from the selected dataset.
Filter – Optionally, select a filter to apply to the dataset. Alternately, click the Create Filter button to define a new filter for the dataset and then apply it to the signals identification process. For more information, see Create a Data Filter.
Upload New Data – Click to select new data to upload for the signals, instead of using the Data from Existing Dataset option. A New Dataset dialog box opens and you will be prompted to upload a JSON metadata file and a CSV file containing data.
Exclude Features – Click to select specific features of the dataset to be excluded from the signals. A dialog box opens where you can select features to add to or remove from an exclusion list.
Timeseries Data Only – Provide the following information when identifying signals on time series data. These parameters display only when the dataset contains temporal data.
Lookback Size – Enter a value to define the number of historical data points to be used when predicting each value in the time series. Any value greater than 1 is acceptable but generally, a power of 2 is used (2, 4, 8, 16). Larger values affect performance because more historical data is used for predictions.
* 
Unlike the training process, where a value of 0 indicates auto-windowing, a value of 0 in the Signals process will result in the data being treated as though it was not time series data.
Lookahead Size – Enter a value to define the number of time steps ahead to predict. An acceptable value can be an integer equal to or greater than 0. The default is 1. If Use Goal History is disabled, Lookahead can be set to 0, which is the standard behavior when goal history is not in use. However, do not set Lookahead to 0 when Use Goal History is enabled.
Use Goal History – When enabled (the default), previous goal values are used to predict a future goal value. When disabled, you can train a model on time series data when the goal variable will not be provided as input during scoring. In some scenarios, it’s not possible to know the value of the goal variable during predictive scoring, either because the value of the goal feature is not observable during scoring or because measuring it is physically or financially difficult. The goal value is still required during training, but during scoring, these models can be used to predict the value of a time series goal without providing recent values for the goal field.
3. Click Submit.
The dialog box closes and the signals identification process starts. The new signals job appears in the list at the top of the Signals list page. The State column shows the status of the signals identification process. When the job is complete, the new signals are displayed in the bottom section of the page.
Was this helpful?