You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/user_guide/operators/recommender_operator/index.rst
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,6 @@ This operator is ideal for a variety of applications, including:
38
38
- **Streaming Services**: Suggesting movies, TV shows, or music based on user viewing or listening habits.
39
39
- **Content Platforms**: Proposing articles, blogs, or news stories tailored to user interests.
40
40
41
-
**Recommender Documentation**
42
-
43
-
This documentation will delve into these concepts comprehensively, showcasing how to utilize the versatility and adaptability of the recommender operator within the Python library module to build recommendation systems.
Within the ``recommender`` folder created above there will be a ``recommender.yaml`` file. This file should be updated to contain the details about your data and recommender.
28
78
@@ -49,8 +99,8 @@ Within the ``recommender`` folder created above there will be a ``recommender.ya
49
99
interaction_column: rating
50
100
51
101
52
-
Run
53
-
---
102
+
Run the Recommender Operator
103
+
----------------------------
54
104
55
105
Now run the recommender job locally:
56
106
@@ -62,8 +112,25 @@ Now run the recommender job locally:
62
112
Results
63
113
-------
64
114
65
-
If not specified in the YAML, all results will be placed in a new folder called ``results``. Performance is summarized in the ``report.html`` file.
115
+
If not specified in the YAML, all results will be placed in a new folder called ``results``. Performance is summarized in the ``report.html`` file, and the recommendation results can be found in results/recommendations.csv.
0 commit comments