Skip to content

ShapRFECV min number of features to keep per feature group #75

@Matgrb

Description

@Matgrb

Problem Description
There could be a grouping of features e.g. demographic, siocial etc. In that case you might want to end up with a combination of features from each group, at the end of the feature elimination process.

Desired Outcome
We can add two parameters:

  • feature_grouping - groups to which each feature belongs to
  • min_num_features_per_group - minimum number of features in each group at any point in the feature elimination process.

Thanks to this, even if one type of features is not predictive, at least a couple of them will be kept.
This way the model can be explained better to the business in terms of different characteristics of the sample.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions