This document summarizes the 2nd place solution to an Instacart market basket analysis competition. The approach involved feature engineering using user, item, user-item interaction, and datetime features. Feature importance analysis identified key predictive features. Important findings provided insights like frequent reorders for fruits and a user's previous order predicting their next order. The solution maximized the F1 evaluation metric by simulating predictions and thresholds to optimize recall and precision.