Skip to content

Commit d4ddffa

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ perl clean.pl [db_name] [server_host]
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

7878
```
79-
-------------------------------
79+
+-----------------------------+
8080
| userid | itemid | ratingval |
81-
-------------------------------
81+
+-----------------------------+
8282
```
8383

8484
### Creating Recommenders

0 commit comments

Comments
 (0)