Cannot import data because there is only one variable.

Cause of the message

If there is only one column in the prediction model creation (training) data, that data cannot be read and analyzed. If you are not using time series prediction mode, the prediction model creation (training) data must contain a column containing the variable to be predicted and at least one column containing information related to the variable to be predicted. When using time series prediction mode, the prediction model creation (training) data must contain a column for the variable to be predicted and a column for the time information variable of the variable to be predicted.


Solution

The data that you want Easy Predictive Analytics to perform predictive analytics on must contain at least two columns, one for the variable to be predicted and one for the variable containing information related to it. Tips