/kdd2019deepTCN

Primary LanguageJupyter Notebook

Probabilistic Forecasting with Temporal Convolutional Neural Network

Source codes for the paper "probabilistic forecasting with temporal convolutional neural network"

Electricity

Data preprocessing
Point forecasting
  • python3 electricity/ecPointModel/ec_feature_preprocess.py
  • python3 electricity/ecPointModel/ECPointHuber.py
Probabilistic forecasting
  • python3 electricity/NewTCNQuantile/ec_feature_preprocess.py
  • python3 electricity/NewTCNQuantile/ec_probabilistic_forecasting.py

Traffic

Data preprocessing
Point forecasting
Probabilistic forecasting

Parts

Data preprocessing
Probabilistic forecasting

Kind remind

You can achieve better results if you do better data preprocessing like scaling.