🎉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

is there a fail port in the operators like pipeline pilot

User: "juanV"
New Altair Community Member
Updated by Jocelyn
I am migrating from pipeline pilot to rapidminer. I was wondering if there is a way to have a fail port in the operators to see how many did not meet the criteria (like a boolean). also is there away to see how many rows are passing through the operators

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "YYH"
    Altair Employee
    Updated by YYH
    By default all the rows in the example data will be passing through the operators. Please bear with me if I didn't get the point. Since I never used pipeline pilot. 

    Some operators, like "filter example", "remove duplicates" will reduce the data size. If the conditions in your fillers don't meet, you can get the "unmatched" subset data in the 3rd output port(unm). Suppose you are implementing some condition-based branches or handle exception nest inside loops, you will get the results for the subset data that meet the criteria.

    For any executed process (operators with a green check on lower left corner), you can always access the intermediate data by right-clicking the port. The metadata info on each port will also display immediately if you hover mouse over the port.