Instacart Market Basket Data Analysis - Reorder Analysis
2. Number of products in each aisle
4. Number of reorders in training set and priorset
There is more reorders in the prior set which is quite obvious considering the numbers of rows in the prior set
5. Reorder for each day in training set and prior set
The reorders in both dataset are quite same. The highest reorder happening on day 0 which we assume is a Sunday, followed by a Monday and then on a Saturday
Data Modeling
Using Apriori algorithm the following set of items were obtained that were a possibility of being reordered by itself or with other items. Due to constraints of computing and time, the entire analysis could not get further than this. With more time and computing available, I would like to perform more algorithms and more analysis on the models obtained to ensure the model is close to accurate.