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

Read the Docs v: 0.7.2
Versions
latest
stable
0.7.2
0.7.1
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0post1
docs-fix_typing
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.