Official Implementation of the MultiPatchFormer: A multiscale model for multivariate time series forecasting
Link of the paper: https://www.nature.com/articles/s41598-024-82417-4
🚀 Usage
-
Clone the Repository git clone https://github.com/bioinfoUQAM/MultiPatchFormer.git cd MultiPatchFormer
-
Set Up the Environment python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txt
-
Download the datasets and put it in the \data folder
-
Run the Model Execute the training script using the provided shell scripts. For example: bash scripts/weather.sh