yeatmanlab/AFQ-Insight

Variable group sizes in make_sparse_group_(regression|classification)

Closed this issue · 1 comments

Currently, make_sparse_group_classification and make_sparse_group_regression limit the problems generated to uniform group sizes. They should allow parameters like n_informative_features_per_group to be array-like where the length of the array is equal to the number of groups.

Resolved in the migration to groupyr