Exclude#

openstef_models.utils.feature_selection.Exclude(*features: str) FeatureSelection[source]#

Helper to create a FeatureSelection that excludes specified features.

Parameters:
  • *features (str) – Feature names to exclude.

  • features (str)

Returns:

FeatureSelection instance with specified features excluded.

Return type:

FeatureSelection