Skip to content

Commit 6219d1a

Browse files
add numeric to title for notebook ordering
1 parent 03a21b8 commit 6219d1a

File tree

2 files changed

+400
-400
lines changed

2 files changed

+400
-400
lines changed

python-recipes/recommendation-systems/content_filtering.ipynb renamed to python-recipes/recommendation-systems/00_content_filtering.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"For our content filtering recommender we'll measure similarity between movies as semantic similarity of their descriptions and keywords.\n",
2626
"\n",
2727
"## Let's Begin!\n",
28-
"<a href=\"https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/recomendation-systems/content_filtering.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
28+
"<a href=\"https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/recomendation-systems/00_content_filtering.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
2929
]
3030
},
3131
{
@@ -1114,7 +1114,7 @@
11141114
"name": "python",
11151115
"nbconvert_exporter": "python",
11161116
"pygments_lexer": "ipython3",
1117-
"version": "3.11.9"
1117+
"version": "3.11.10"
11181118
}
11191119
},
11201120
"nbformat": 4,

0 commit comments

Comments
 (0)