/TimeSeriesFramework

Time series model prediction tool, pipeline.

Primary LanguagePython

TimeSeriesTool

An easy to use Time series prediction toolkit and pipeline framework.

Files

train.py

It takes raw data. Is to be implemented to train models on data.

predict.py

It is to predict using the trained models.

util/

A folder contains all support files such as feature engineering script, model script and model parameters search file.