Predicting Time-series sata, using "Daily Climate time series data" dataset from Kaggle. The Dataset contains daily climate data in the city of delhi from 2013 to 2017. In this project to keep things simple I would only work with temprature to keep this a univariate time-series problem
The model is in Delhi_daily_temp.py and acc_plotter.py is a helper function.