🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"[SOLVED] Apply Model ArrayIndexOutOfBoundsException error"

User: "victor_martin"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "MariusHelf"
    New Altair Community Member
    Hi victor,
    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
    User: "victor_martin"
    New Altair Community Member
    OP
    Thank you Marius,

    As you've said, the model I was using was Neural Net.

    Happy to hear that it's corrected

    Victor