gitextract_wg48y8vq/ ├── .gitignore ├── LICENSE ├── README.md └── TimeMachine_supervised/ ├── RevIN/ │ └── RevIN.py ├── data_provider/ │ ├── data_factory.py │ └── data_loader.py ├── exp/ │ ├── exp_basic.py │ └── exp_main.py ├── models/ │ └── TimeMachine.py ├── requirements.txt ├── run_longExp.py ├── scripts/ │ └── TimeMachine/ │ ├── electricity.sh │ ├── etth1.sh │ ├── etth2.sh │ ├── ettm1.sh │ ├── ettm2.sh │ ├── traffic.sh │ └── weather.sh └── utils/ ├── masking.py ├── metrics.py ├── timefeatures.py └── tools.py