This repository contains the codebase of FAF.
We recommend using a conda virtual environment:
conda create -n faf python=3.10
conda activate faf
pip install -r requirements.txtPlease download the datasets from iTransformer's Google Drive link:
Download and extract them under the ./datasets directory.
Please refer to the scripts in faf_scripts/ for example configurations.