Teradata / jupyter-demos

12 stars 13 forks source link

Context Based Grocery Recommendations #332

Open DougEbel opened 1 year ago

DougEbel commented 1 year ago

The data is from Kaggle: https://www.kaggle.com/competitions/instacart-market-basket-analysis/data

A video of the field person describing the video to Pranay: Gen AI Demo-20230522_103358-Meeting Recording.mp4

The notebook and python program are [attached:]

The Notebook is posted to files in our bi-weekly meeting: https://teradata-my.sharepoint.com/:u:/p/douglas_ebel/EevEUPA7mTNJnvFeDmS6RiEBo8LV-vXWPfUelkffkFIqHQ?e=Sf3Nsz

as is the Python program:

https://teradata-my.sharepoint.com/:u:/p/douglas_ebel/ETzvALFWsw5IoRyakeLYy24BL3AA3Vj5PkIpYDaF2pPgrw?e=sqWbDz

DallasBowden commented 6 months ago

Pranay want's this published, Alex S. has provided a new model but not providing adequate results.

DallasBowden commented 5 months ago

Pranay has commented and there are some edits that need to me made. A new table has been included and needs to be pushed to cloud. GSS1185 has a script that can be accessed from the monitor menu.

ForbiddenDevil commented 5 months ago

Created a pull request here

The previous branch was "grocery" but it was outdated and didn't have latest startup file. Hence created new branch "grocery_recommendation".

DallasBowden commented 5 months ago

Created a pull request using a new branch. There was an issue with the grocery branch. It was two behind the Main branch. Created a fresh branch. We need to delete the old branch "Grocery".

DallasBowden commented 5 months ago

Approach we are using is giving the recommendations. Only one or two is relevant. nPath is generating a different chart everytime. plot_firstmainparts is generating different results. We are sampling the top 1000. The random dataset will have different results.

DallasBowden commented 5 months ago

Updated nPath to always return the same rows. There is a new pull request.