TaskDispatch#

class sdm.processing.common.TaskDispatch(*, classification: object = None, regression: object = None)#

Bases: EnsembleProcessor

Apply separate processors based on the semantic type of the target.

TaskDispatch is resolved only during model execution.

Parameters:
  • classification (object) – Processor selected for a categorical target.

  • regression (object) – Processor selected for a numerical target.

Capabilities#

Handled Semantic Types

instance-specific

Requires Fitting

instance-specific