"Set Role operator returning attribute does not exist [SOLVED]"

az1441az1441 MemberPosts:3Contributor I
edited June 2019 inHelp
Hello,

I am new to RapidMiner and using a Kaggle competition to get started with RapidMiner. I am trying to define an attribute as a label, but it returns the error message 'the attribute " does not exist' even though I have chosen the attribute name and target role in the parameters window. I have also checked that the attribute exists in the actual data set.

Can someone see what I am doing wrong?

Ps. I see that variations of this issue exist in the below threads, so let me know if I should move my question to one of those threads:

http://rapid-i.com/rapidforum/index.php?topic=6846.0
http://rapid-i.com/rapidforum/index.php?topic=8140.0
Tagged:

Answers

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University ProfessorPosts:1,984RM Engineering
    Hi,

    which version of RapidMiner Studio are you using? Which OS are you using? Does the error occur when executing the process in Studio itself or when you execute it on RapidMiner Server?

    Regards,
    Marco
  • az1441az1441 MemberPosts:3Contributor I
    Hi Marco,

    Apologies, I did not read the 'how to ask for help' section before posting. I have added the info you asked about as well as about dataset and the XML if that can help.

    OS: Mac OS X Mavericks (10.9.4).
    Rapidminer version: 6.1
    Executing in: Rapidminer Studio
    Dataset has 12 attributes, 891 examples.

    XML:






    <宏/ >



















  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University ProfessorPosts:1,984RM Engineering
    Hi,

    in your case it is a UI bug which occurs on Java 8u20 and later versions.
    The problem is that you select an attribute, but when you deselect the operator and select it again, it is gone. You can work around this for the time being by selecting the attribute, typing any letter behind its name and then deleting the added letter again. The attribute should now be saved.

    The problem will be fixed with the next release which is scheduled to arrive before Christmas.

    Regards,
    Marco
  • az1441az1441 MemberPosts:3Contributor I
    Yes that is exactly what happens and your workaround works sufficiently. Thank you for the swift reply and explanation.
Sign InorRegisterto comment.