Improving the Usability of ML Operators #4202
Closed
SarahAsad23
started this conversation in
General
Replies: 3 comments
-
|
There are two parts in this design that are not intuitive:
I believe we need to have a better design. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
For now we will keep the "Training Linear regression" operator. We will decide later whether we want to remove the "Linear Regression" operator. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After teaching ML to a group of students using Texera, we noticed that it is not very intuitive to have to split the data twice when creating a ML workflow.
The spits produce:
For reference, here is the workflow that was used:

I am thinking it would be more intuitive for the train/test split to happen internally within the ML operator, which could remove the first split.
Beta Was this translation helpful? Give feedback.
All reactions