Skip to content

Commit

Permalink
Remove examples spanning multiple repos / promote ecommerce session-b…
Browse files Browse the repository at this point in the history
…ased example

* Remove 2 examples (moved to Merlin)
* Move session-based ecommerce example one level up, from usecases to
  examples
  • Loading branch information
radekosmulski committed Jun 27, 2023
1 parent 7b22df2 commit 2adc8ef
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3,046 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"\n",
"NVIDIA-Merlin team participated in [Recsys2022 challenge](http://www.recsyschallenge.com/2022/index.html) and secured 3rd position. This notebook contains the various techniques used in the solution.\n",
"\n",
"In this notebook we train several different architectures with the last one being a transfomer model. We only cover training. If you would be interested also in putting your model in production and serving predictions using the industry standard Triton Inference Server, please consult this notebook <ADD_LINK_TO_NOTEBOOK>\n",
"\n",
"### Learning Objective\n",
"\n",
"In this notebook, we will apply important concepts that improve recommender systems. We leveraged them for our RecSys solution:\n",
Expand Down Expand Up @@ -2093,7 +2095,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.8.10 ('merlin_22.07_dev')",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand Down
Loading

0 comments on commit 2adc8ef

Please sign in to comment.