8 Dec 2020
Predict Future Sales Week 1 continued
Current Competition:
- Predict futures sales
- Timeline: 2 months(01/20/2021)
- Current progress(leaderboard): 0.986 rmse.
- Next step: read
Notebooks
Summary:
EDA:
Features ideas and Ensemble:
DONE
- Regenerate my baseline from scratch(hold-out validation)
- W/features: shop_id, item_id, date_num_block.
- Lag … Lagged item_cnt_month for month/shop/item
- Date … Month
- Price … Average and variance of price for month/shop/item
Note: Switching to google colab from kaggle notebook for more consistent performance.
Result:
- Current baseline model: 0.986(public score)
- model: xgb
- completed: 12/13/2020
Next:
- Re-implement the “Future Sale 3” notebook