Skip to content

Look Ahead: Improving the Accuracy of Time-Series Forecasting by Previewing Future Time Features

Notifications You must be signed in to change notification settings

sunsunmin/Look_Ahead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Look Ahead

This repository contains the code of [Look Ahead] Improving the Accuracy of Time-Series Forecasting by Previewing Future Time Features



Dependencies

  • Python 3.6
  • matplotlib == 3.1.1
  • numpy == 1.19.4
  • pandas == 0.25.1
  • scikit_learn == 0.21.3
  • torch == 1.8.0

Datasets

Training and Evaluation

In order to train a model for LookAheaed, use test_ax_learning.py script. Following are the main parameters for training:

--len : time stamp embedding input length 
--time_point : time stamp after 𝛼 steps


python test_ax_learning.py
python test.py

Acknowledgement

We appreciate the following github repos a lot for their valuable code base or datasets:

https://github.com/thuml/Autoformer

https://github.com/zhouhaoyi/Informer2020

https://github.com/zhouhaoyi/ETDataset

About

Look Ahead: Improving the Accuracy of Time-Series Forecasting by Previewing Future Time Features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages