Data Scientist and Machine Learning Practitioner
Python Developer (experiened with Flask frameworks)
View My LinkedIn
View My Articles on Medium
The aim of this project is to develop predictive models for forecasting daily kWh consumption for electric vehicle (EV) charging at a workplace. The goal is to create accurate forecasts to optimize energy usage and planning.
The data used in this project consists of daily kWh consumption records for EV charging. The dataset includes various features that capture the energy usage patterns over time.
The project concluded that while several models were developed, the Multivariate Dense Neural Network (Model 2) performed the best with a mean absolute error (MAE) of 11.26. Despite this, the accuracy of the predictions was not particularly high, indicating room for improvement. Surprisingly, gradient boosting models like LightGBM, which are typically strong performers in time series forecasting, did not perform well and appeared to overfit the data. Further investigation is needed to improve the model’s accuracy and understand the underlying factors affecting model performance.