Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 633 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 633 Bytes

Screenshot

Predict_Future_Sales

📊 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.