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

User: "sukh"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 2 of 21
    Hey,

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

    Cheers,
    Martin
    User: "sukh"
    New Altair Community Member
    OP
    Thanks alot. i will try it.