Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 413 Bytes

File metadata and controls

6 lines (5 loc) · 413 Bytes

Delhi-Temperature-Prediction-Time-Series-data

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.