Writing the output of Text Vectorization to CSV file

arussellarussell Member Posts: 1 Newbie
edited January 2020 in Help

Answers

  • David_ADavid_A Administrator, Moderator, Employee, 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.