diff --git a/python-recipes/recommendation-systems/00_content_filtering.ipynb b/python-recipes/recommendation-systems/00_content_filtering.ipynb index e01eba2c..9f43214d 100644 --- a/python-recipes/recommendation-systems/00_content_filtering.ipynb +++ b/python-recipes/recommendation-systems/00_content_filtering.ipynb @@ -25,7 +25,7 @@ "For our content filtering recommender we'll measure similarity between movies as semantic similarity of their descriptions and keywords.\n", "\n", "## Let's Begin!\n", - "\"Open" + "\"Open" ] }, { diff --git a/python-recipes/recommendation-systems/01_collaborative_filtering.ipynb b/python-recipes/recommendation-systems/01_collaborative_filtering.ipynb index 1c800990..72d3c12f 100644 --- a/python-recipes/recommendation-systems/01_collaborative_filtering.ipynb +++ b/python-recipes/recommendation-systems/01_collaborative_filtering.ipynb @@ -28,7 +28,7 @@ "\n", "\n", "## Let's Begin\n", - "\"Open" + "\"Open" ] }, {