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
"[SOLVED] Apply Model ArrayIndexOutOfBoundsException error"
victor_martin
Member Posts: 8 Contributor II
Hi all,
I am getting some troubles trying to apply a trained model.
The training process goes smoothly, and after that I store the trained model to the repository (using Store operator).
Then, using exactly the same dataset, when I try to Apply the same model RM throws an Exception :
Jun 28, 2013 5:55:18 PM SEVERE: java.lang.ArrayIndexOutOfBoundsException: DataRow: table index 30 of Attribute att_name is out of bounds.
I've double-checked the dataset and it seems totally correct (no missing values)
Can you help me on this?
victor
I am getting some troubles trying to apply a trained model.
The training process goes smoothly, and after that I store the trained model to the repository (using Store operator).
Then, using exactly the same dataset, when I try to Apply the same model RM throws an Exception :
Jun 28, 2013 5:55:18 PM SEVERE: java.lang.ArrayIndexOutOfBoundsException: DataRow: table index 30 of Attribute att_name is out of bounds.
I've double-checked the dataset and it seems totally correct (no missing values)
Can you help me on this?
victor
Tagged:
0
Answers
which model are you using? If it is a Neural Net, then this is a known bug that has already been fixed in the development version and will be included in the next RapidMiner release.
Otherwise please post both your training and your application process.
Best regards,
Marius
As you've said, the model I was using was Neural Net.
Happy to hear that it's corrected
Victor