Fading Coder

One Final Commit for the Last Sprint

Introduction to LightGBM and Feature Engineering for Electricity Demand Prediction

Introduction to LightGBM and Feature Engineering for Electricity Demand Prediction
1. Learning Objectives Plot bar charts and line charts using the dataset. Construct historical shift features and window statistical features from time series data. Train and predict using the LightGBM model. 2. GBDT and LightGBM GBDT (Gradient Boosting Decision Tree) is a long-standing model in mac...

Time Series Forecasting for Electricity Demand Using Pandas and LightGBM

Problem Overview This challenge focuses on forecasting electricity consumption for multiple households using historical time-series data. Given sequences of past power usage labeled by household ID and day index (dt), the objective is to predict future target values — representing actual electricity...