🎉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

Attribute List Incorrect after Split

User: "timdauria"
New Altair Community Member
Updated by Jocelyn
After using the SPLIT node in RapidMiner, the attribute list in all subsequent nodes is incorrect - all the new split attributes are not names correctly and cannot be selected.  For example, if you place a SELECT ATTRIBUTES node after a SPLIT node (having selected unordered attributes in the split node), then select SUBSET in the SELECT ATTRIBUTES node, all the new split attributes will be incorrect.  I even tried using regular expressions to capture the new attributes without luck.  Does anyone have any suggestions?

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "MariusHelf"
    New Altair Community Member
    Hi timdauria,

    you've found a bug in the Split operator (that's how we call "nodes"  ;) ). However, it works correctly, and in the Select Attributes you can enter the attributes you want to filter by hand on top of the right list, even if they don't show up in the left list.

    Best regards,
    Marius
    User: "MariusHelf"
    New Altair Community Member
    One small addition for correctness: actually it is not really a bug, but since the output attributes of the split operator depend on the actual data (i.e. values of the examples) and not just on the meta data (i.e. attribute names and types etc.), it can't know which attributes it will output before it has actually been executed.

    Best,
    Marius