Options

classification

onyourmarkonyourmark Member, University Professor Posts: 10 University Professor
edited November 2018 in Help
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!

Answers

  • Options
    fischerfischer Member Posts: 439 Maven
    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
Sign In or Register to comment.