set92 / Keras_TimeseriesGenerator

How to use Keras TimeseriesGenerator for time series data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This quick tutorial shows you how to use Keras TimeseriesGenerator to alleviate work when dealing with time series prediction task.

How to Run

Require Python 3.5+ and Jupyter notebook installed

Clone or download this repo

git clone https://github.com/Tony607/Keras_TimeseriesGenerator

Install required libraries

pip3 install -r requirements.txt

In the project start a command line run

jupyter notebook

In the opened browser window open

TimeseriesGenerator.ipynb

About

How to use Keras TimeseriesGenerator for time series data


Languages

Language:Jupyter Notebook 100.0%