-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH] Create Instance: New widget #5033
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5033 +/- ##
==========================================
+ Coverage 84.66% 84.73% +0.07%
==========================================
Files 285 286 +1
Lines 59557 60042 +485
==========================================
+ Hits 50423 50879 +456
- Misses 9134 9163 +29 |
4d3e3bc
to
ff4d774
Compare
dcc7656
to
d40711c
Compare
8dd20c8
to
9ccc0fa
Compare
Would it make sense to add the possibility of splitting the dataset according to categorical variables? Right now the category of the output instance can be selected by hand. |
@borondics, what do you mean? Is what you say actually connected to this widget (Create instance)? This widget can only create a single output instance, thus I do not understand what you meant by splitting. |
Yes, that way the widget would create one instance for each categorical class based on the class members. |
Issue
Implement a widget for creating an instance, based on input data.
Description of changes
Includes