Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.31 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.31 KB

Instacart Basket Prediction

  • Problem: Predict the Items Instacart Costumers Purchase
  • Data: The Instacart Online Grocery Shopping Dataset

Files

Notebooks

Execute in the order listed to respect the data flow.

  1. instacart-exploratory-data-analysis.ipynb: Exploratory Data Analysis
  2. instacart-feature-engineering.ipynb: Feature Engineering
  3. instacart-random-forest-parametergrid-search.ipynb: Random Forest ParameterGrid Search
  4. instacart-top-n-random-forest-model.ipynb: Top-$N$ Random Forest Model
  5. instacart-prediction-explorer.ipynb: Prediction Explorer