All Projects → tstreamDOTh → Instacart-Market-Basket-Analysis

tstreamDOTh / Instacart-Market-Basket-Analysis

Licence: other
Use Instacart public dataset to report which products are often shopped together. 🍋🍉🥑🥦

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Instacart-Market-Basket-Analysis

TIFUKNN
kNN-based next-basket recommendation
Stars: ✭ 38 (+18.75%)
Mutual labels:  market-basket-analysis
MachineLearning
Machine learning for beginner(Data Science enthusiast)
Stars: ✭ 104 (+225%)
Mutual labels:  market-basket-analysis
delivery-finder
To help in COVID-19 situation - An automated bot to find delivery window of InstaCart and Amazon Whole Foods Market, Costco Same Day and Walmart Groceries.
Stars: ✭ 22 (-31.25%)
Mutual labels:  instacart
instacart-delivery-slot-finder
Mac Script that notifies you once a delivery slot in available on Instacart
Stars: ✭ 18 (-43.75%)
Mutual labels:  instacart
instacart-neo4j
Playing with Instacart data in Neo4j
Stars: ✭ 16 (-50%)
Mutual labels:  instacart
instacart-delivery-availability-check
Tiny python script that check's instacart's delivery availability and notifies you if a slot opens up.
Stars: ✭ 18 (-43.75%)
Mutual labels:  instacart

Instacart Market Basket Analysis 🍋🍉🥑🥦

Deploy to Docker Cloud

Aim : Use Instacart public dataset to report which products are often shopped together. Please use nbviewer to view the notebook online, links are given below

EDA (Exploratory Data Analysis) View notebook online on nbviewer

Market Basket Analysis View notebook online on nbviewer

If you want to run it locally then follow the instructions bellow"

git clone https://github.com/tstreamDOTh/Instacart-Market-Basket-Analysis

cd Instacart-Market-Basket-Analysis

jupyter notebook

Note: Please download the dataset from https://www.instacart.com/datasets/grocery-shopping-2017 and store it in /data/raw directory.

The Instacart Online Grocery Shopping Dataset 2017”, Accessed from https://www.instacart.com/datasets/grocery-shopping-2017 "

To run on docker 🐳 :

Build the container from the Dockerfile.

docker run -p 8888:8888 -it container-name /bin/bash

Then execute the following command -

jupyter notebook --ip 0.0.0.0 --allow-root
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].