-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request