As in topic. Here is the code:
ExcelExampleSource trainingData = OperatorService
.createOperator(ExcelExampleSource.class);
trainingData.setParameter("excel_file", "audis_trainingData.xls");
trainingData.setParameter("create_label", "true");
trainingData.setParameter("label_column", "5");
I try to apply this data to a model, but:
com.rapidminer.operator.UserError: Input example set does not have a label attribute
How come?