🎉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

classification

User: "onyourmark"
New Altair Community Member
Updated by Jocelyn
I followed a tutorial on text mining. They had a separate file for each record and then to indicate the classification for each record they placed the files in two separate directories *pos* and *neg*.
Is there a way to have the records all in one excel sheet with the classification variable as just an extra (named) column?
Thanks!

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "fischer"
    New Altair Community Member
    Yes. You load the data using a regular ExcelExampleSource (flar your label column as label!), then you use a StringTextInput operator which will take each record as an individual text.

    Cheers,
    Simon