GitHub user chenlica added a comment to the discussion: Improving the Usability of ML Operators
There are two parts in this design that are not intuitive: 1. The ML (linear regression) operator has two input ports, one for training instances and one for testing instances. A more intuitive design is to have a single port for the instances; 2. The output of the ML operator includes both the model and the "ground-truth instances." I believe we need to have a better design. GitHub link: https://github.com/apache/texera/discussions/4202#discussioncomment-15764184 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
