Skip to content

Accept more formats for the groups parameter #18

Description

@richford

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?

Metadata

Metadata

Assignees

Labels

effort: lowNot much effort needed to resolve this issueenhancementNew feature or requestimpact: lowNice features to have but low impact on the entire project

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions