Skip to content

Commit fac3036

Browse files
author
Mohamed Sarwat
committed
Update README.md
1 parent 6980fbd commit fac3036

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,11 @@ perl clean.pl [db_name] [server_host]
7575
### Loading Data
7676
We provide the MovieLens data to build a "Hello-World" movie recommendation application using RecDB. You can load the data using the sql script called "initmovielens1mdatabase.sql" stored in "./PostgreSQL" directory. We provide the dataset at "./PostgreSQL/moviedata / MovieLens1M/" directory. For instance, the ratings table may have a schema as follows:
7777

78+
```
7879
-------------------------------
7980
| userid | itemid | ratingval |
8081
-------------------------------
82+
```
8183

8284
### Creating Recommenders
8385
Users may create recommenders apriori so that when a recommendation query is issued may be answer with less latency. The user needs to specify the ratings table in the ON clause and also specify where the user, item, and rating value columns are in that table. Moreover, the user has to designate the recommendation algorithm to be used to predict item ratings in the USING clause.

0 commit comments

Comments
 (0)