Abstract

TaskManager(task, data[, pipeline, ...])

Base class for all Task Managers.

Model()

Base class for all models.

Pipeline(task, **kwargs)

Base class for all pipelines.

PipelineElement()

Base class for all pipeline elements.

Learner(task, **kwargs)

Subclass of PipelineElement.

Processor()

Subclass of PipelineElement.

ONNXConvertible()

Base class for all models/pipeline_elements/pipelines that can be converted to onnx.

OptunaMixin()

Abstract mixin that should be used in order to indicate the compatibility of the model with OptunaLearner.