/EasyTS

A project for forecasting time series easily.

Primary LanguagePythonMIT LicenseMIT

A Empty Model

Build a model of tf1 quickly from scratch. The project contains the tconfig reader, data preprocess and model runner.

Requirements

  • python>=3.6
  • tensorflow>=1.12.0
  • numpy

Dependency can be installed using the following command:

pip install -r requirements.txt

Model Training

python train.py --config_filename={config_filename}

Model Evaluating

python eval.py --config_filename={saved_model_config_filename}