Skip to content
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

Splitter unequal group sizes split #17

Open
xandaau opened this issue Jan 16, 2023 · 0 comments
Open

Splitter unequal group sizes split #17

xandaau opened this issue Jan 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@xandaau
Copy link
Collaborator

xandaau commented Jan 16, 2023

Current Splitter functionality allows one to generate n groups of equal size m from some dataframe using different split methods.

But several types of experiments require split with unequal group sizes. It would be nice to implement this feature in the Splitter tools.
As one of the options, group sizes could be controlled using the modified groups_size parameter (from run method) of length n with different values for group sizes inside, for example: [1000, 100, 100]. If this parameter is equal to single number, the split will be made into groups of the same size.

In the future, this feature can also be used in the Designer empirical design of unequal sized groups, if we decide to integrate the Splitter into Designer methods #16.

@xandaau xandaau added the enhancement New feature or request label Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant