base

Classes

AbstractModel()

Interface for model with fit method.

BaseAdapter()

Base class for models adapter.

DeepAbstractNet()

Interface for etna native deep models.

DeepBaseAbstractModel()

Interface for holding class of etna native deep models.

DeepBaseModel(*, net, encoder_length, ...)

Class for partially implemented interfaces for holding deep models.

DeepBaseNet()

Class for partially implemented LightningModule interface.

NonPredictionIntervalContextIgnorantAbstractModel()

Interface for models that don't support prediction intervals and don't need context for prediction.

NonPredictionIntervalContextRequiredAbstractModel()

Interface for models that don't support prediction intervals and need context for prediction.

PredictionIntervalContextIgnorantAbstractModel()

Interface for models that support prediction intervals and don't need context for prediction.

PredictionIntervalContextRequiredAbstractModel()

Interface for models that support prediction intervals and need context for prediction.