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

how is a term &quot to write into a parameter list

noritanorita Member Posts: 29 Learner III


Hello!


Can someone help me. I stuck with entering the term - &quotRF&quot - into the parameter list. Do you know why it doesn't work. It is according a code given to obtain this feature selection...
?

Thank you very much!

Best Answer

  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Solution Accepted
    Hi @norita,

    string expressions in RapidMiner are marked with " quotes.
    So if you need "RF" you'll write ""RF"". 

    Inside the expression you can use \ to quote the next character like this: "my expression including the \" character"

    Best regards,
    Balázs
Sign In or Register to comment.