tabensemb.data.datamodule.DataModule.extract_derived_stacked_feature_names#
method
- DataModule.extract_derived_stacked_feature_names(all_feature_names: List[str]) List[str][source]#
Find derived features in the input list derived by data derivers whose argument “stacked” is set to True, i.e. the stacked data.
- Parameters:
- all_feature_names
A list of features that contains some stacked features.
- Returns:
- List
Names of stacked features in the input list.