Shortcuts

TabularForecaster

class flash.tabular.forecasting.model.TabularForecaster(parameters, backbone, backbone_kwargs=None, loss_fn=None, optimizer='Adam', lr_scheduler=None, metrics=None, learning_rate=None)[source]
property pytorch_forecasting_model: pytorch_lightning.LightningModule

This property provides access to the LightningModule object that is wrapped by Flash for backbones provided by PyTorch Forecasting.

This can be used with convert_predictions() to access the visualization features built in to PyTorch Forecasting.

Return type

LightningModule