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

Writing the output of Text Vectorization to CSV file

arussellarussell Member Posts: 1 Learner I
edited January 2020 in Help

Answers

  • David_ADavid_A Administrator, Moderator, Employee-RapidMiner, RMResearcher, Member Posts: 297 RM Research

    from your screenshot I can assume that you want to write the model directly into a csv file.
    This is not possible, as the Write CSV operator excepts an example set , or data table.
    What you can do is either, store the trained model in your RapidMiner repository (using the generic Store operator) or write the labeled data after applying the model to a csv file.

    Best,
    David

    P.S.: To make it easier to get help and a fitting answer, it's helpful to formulate a concrete question and explain what you want to achieve and what you have already tried.
Sign In or Register to comment.