🎉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

Writing the output of Text Vectorization to CSV file

User: "arussell"
New Altair Community Member
Updated by Jocelyn

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "David_A"
    New Altair Community Member

    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.