https://www.kaggle.com/datasets/ulrikthygepedersen/electricity-demands/data
A brief investigation of the data from the linked dataset as well as attempting to use a time-series model to predict the class
| README.md | ||
| test_space.ipynb | ||
IDEA
Use a time-series model to plot throughout the year and by week
conclusion
The data for the date is completely inconsistent (with respect to the dating) and shows no reasonable way to turn it back into a numerical date on top of it. The desired technique of this exploration was to use a time series model to leverage the yearly periodic nature. However, the dates cannot be unnormalized from their 0-1 normalization, and so this method is not possible and is therefore not feasible for the desired technique exploration, rendering this investigation null.