Include# openstef_models.utils.feature_selection.Include(*features: str) → FeatureSelection[source]# Helper to create a FeatureSelection that includes only specified features. Parameters: *features (str) – Feature names to include. features (str) Returns: FeatureSelection instance with specified features included. Return type: FeatureSelection