Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

how to write the excel file with only 3 attributes leaving the bag of words.

sukhsukh Member Posts: 43 Contributor II
edited May 2020 in Help
Hi,
i am trying to write an excel file with only 3 attributes(id, original_txt, sentiscore).
when i tried writing the excel file it takes the bag of words to write into excel file.How can i avoid writing bag of words in an excel file.

Regards:
Sukh

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,529 RM Data Scientist
    Hey,

    simply use Select Attributes and use all but invert selection. That way you will just get the special attributes (like prediction).

    Cheers,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • sukhsukh Member Posts: 43 Contributor II
    Thanks alot. i will try it.
Sign In or Register to comment.