From 8f3cafb118fb247475cb30d477563f341f70e61e Mon Sep 17 00:00:00 2001 From: HiIAmTzeKean Date: Fri, 29 Nov 2024 18:29:32 +0800 Subject: [PATCH] doc: readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 696cd4a..3f8debc 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ provision of API for the programmer to interact with the objects in the library. - [Installation through pip](#installation-through-pip) - [Installation with PyPI](#installation-with-pypi) - [Documentation](#documentation) + - [Report and Citation](#report-and-citation) ## Installation with Github @@ -72,4 +73,13 @@ poetry add streamsight ## Documentation The documentation can be found [here](https://hiiamtzekean.github.io/Streamsight/) -and [repository](https://github.com/HiIAmTzeKean/Streamsight) on Github. \ No newline at end of file +and [repository](https://github.com/HiIAmTzeKean/Streamsight) on Github. + +## Report and Citation + +The report for this project [Streamsight: a toolkit for offline evaluation of recommender systems](https://hdl.handle.net/10356/181114) +can be found in the NTU repository. + +``` +Ng, T. K. (2024). Streamsight: a toolkit for offline evaluation of recommender systems. Final Year Project (FYP), Nanyang Technological University, Singapore. https://hdl.handle.net/10356/181114 +``` \ No newline at end of file