🎉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

Export only label and prediction in CSV

User: "dasoxori"
New Altair Community Member
Updated by Jocelyn
Hi I'm  trying to export in CSV file the outcome label and prediction from the result. Unfortunately the operator returns all the dataset with including the label and prediction. Is there any way to filter only these columns?
Sort by:
1 - 1 of 11
    User: "dasoxori"
    New Altair Community Member
    OP
    I find the solution after a little research.

    I've put a Select Attributes operator between the performance and write CSV.

    I've write the solution in order to help others.