AD
Collaborative filtering KNN based recommendation systems
Similarity collaborative filtering based RecSys.
Sources
- Collaborative filtering
- Metrics
Getting started
Step 1: Clone repo.
$ git clone https://github.com/adrianmarino/knn-cf-rec-sys.git
$ cd knn-cf-rec-sysStep 2: Create environment.
$ conda env create -f environment.ymlOpen notebooks locally
Step 1: Enable project environment.
$ conda activate knn-cf-rec-sysStep 2: Under project directory boot jupyter lab.
$ jupyter lab
Jupyter Notebook 6.1.4 is running at:
http://localhost:8888/?token=45efe99607fa6......Step 3: Go to http://localhost:8888.... as indicated in the shell output.