The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
The input exampleset doesnt match the training exampleset
I built a classification model. Before applying an algorithm to train the model, I used several operators to preprocess the data, including "Nominal to Text", "Replace Missing Values", "Process Documents from Data" (which includes tokenization, transform cases, stop word filtering, and filtering tokens by length), and then I used the "Set Role" operator. After that, I used the "Cross Validation" operator to evaluate the performance of the model, and then proceeded to train the model. Once the model training was completed, I retrieved a new dataset to be predicted by the trained classification model. However, an error occurred stating that "the input example set doesn't match the training example set". I'm seeking help on how to solve this issue. Here I also attached the process file and the data
0
Best Answer
-
ruhaila Member Posts: 48 GuruThe reason is you must share the WORDLIST between the training and the testing of the PROCESS DOCUMENTS FROM DATA operator. hth0