Quickstart
A model to forecast changes to ecosystems in Australia.
For more information, see the preprint here: https://ssrn.com/abstract=4681094
Installation
Install using pip:
pip install git+https://github.com/themeda-devs/themeda.git
Usage
See the options for training a model with the command:
themeda train --help
To use the ConvLSTM model, use the themeda-convlstm command:
themeda-convlstm train --help
See the options for making inferences with the command:
themeda infer --help