Winning Solutions Overview: Kaggle Instacart Competition

Winning Solutions Overview: Kaggle Instacart Competition

Last updated:
Table of Contents

Data Newsletter This short post is part of the data newsletter. Click here to sign up.

The Instacart "Market Basket Analysis" competition was about predicting which products in the next order would be a product that user had already ordered before.

1st Place (F1 0.4091)

User didn't publish his strategy.

Approach: Manual Feature Engineering + XGBoost (Python)

Note: Optimizes F1-score directly (see references)

Approach: Feature Learning with Neural Networks, then classification using Tensorflow and LightGBM(Python)

Approach: Manual Feature Engineering + Catboost

Note: Optimizes F1-score directly (see references)

5th Place (F1: 0.4073)

User didn't publish his strategy.

Approach: Manual Feature Engineering + CatBoost

Note: Optimizes F1-score directly (see references)


References

Dialogue & Discussion