Energy consumption time series forecasting with python and LSTM deep learning model

How to use deep learning with time series

Eligijus Bujokas
Towards Data Science
6 min readFeb 13, 2020

--

Photo by David Hellmann on Unsplash

The objective of this article is to present the reader with a class in python that has a very intuitive and easy input to model and predict time series data using deep learning. Ideally, the reader should be able to copy the code presented in this article…

--

--