-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
effort: lowNot much effort needed to resolve this issueNot much effort needed to resolve this issueenhancementNew feature or requestNew feature or requestimpact: lowNice features to have but low impact on the entire projectNice features to have but low impact on the entire project
Description
The common groups parameter currently accepts the explicit standard group format (i.e. a list of numpy arrays where each array represents a group and each element of the array represents a feature index that belongs to that group) or None, in which case all features are assigned to one group.
We should also allow users to input a single integer s, in which case we will create contiguous groups of size s until all features are accounted for.
@arokem, @mnarayan Any other input behaviors we'd like to try?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
effort: lowNot much effort needed to resolve this issueNot much effort needed to resolve this issueenhancementNew feature or requestNew feature or requestimpact: lowNice features to have but low impact on the entire projectNice features to have but low impact on the entire project