ExcludeRegex# openstef_models.utils.feature_selection.ExcludeRegex(*patterns: str) → FeatureSelection[source]# Helper to create a FeatureSelection that excludes features matching regex patterns. Parameters: *patterns (str) – Regex patterns to exclude. patterns (str) Returns: FeatureSelection instance with specified patterns excluded. Return type: FeatureSelection