🎉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

Input ExampleSet does not match the training ExampleSet

User: "User46772"
New Altair Community Member
Updated by Jocelyn
Hello, I am following the book "Rapid Miner for the Masses", and, trying to run the Neural Net model (Chapter 11, paragraph 5), I get an error, Attribute do not match - The input ExampleSet does not match the training ExampleSet. Missing Attribute 'Years_Pro'. Does someone have a hint? Thanks, Luis. 

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "hbajpai"
    New Altair Community Member
    Accepted Answer
    Hey @User46772,

    I am not familiar with the textbook but the error implies that Years_Pro attribute was in your training dataset but is absent from the apply model set. You can try to drop the attribute from the training set and it should not have this error.
    User: "BalazsBaranyRM"
    New Altair Community Member
    Accepted Answer
    Hi,

    you are applying the Windowing operator on the data for building the model, but you don't do the same for the data set you put into Apply Model.

    You really need to do the same preprocessing for applying the model. You can probably simply copy the Windowing operator from the upper execution branch to the lower one.

    Regards,
    Balázs