📊 This project is from a Kaggle Competitions to predict total sales for every product and store in the next month
Download Dataset -> kaggle competitions download -c competitive-data-science-predict-future-sales
⏩ LGBMRegressoor is used to build the model , checked the dimenions of shop_id and item_id between train and test data set , remove additional products and shops from the train data set and then create a reduced version of test and train to compare with full data set features.