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

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

  • 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.