Texera / texera

Collaborative Machine-Learning-Centric Data Analytics Using Workflows
https://texera.github.io
Apache License 2.0
163 stars 75 forks source link

Introduce IF operator #3090

Open aglinxinyuan opened 3 days ago

aglinxinyuan commented 3 days ago

The IF operator evaluates a condition against a specified state variable and routes the input data to either the True or False branch accordingly. The condition port accepts a state variable, and users can define the name of the state variable to be evaluated by the IF operator. Note: The Date to State operator will be introduced in a separate PR.

image