8000 GitHub - adrianmarino/knn-cf-rec-sys: Similarity CF based RecSys examples
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adrianmarino/knn-cf-rec-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collaborative filtering KNN based recommendation systems

Similarity collaborative filtering based RecSys.

Notebook

Sources

Getting started

Step 1: Clone repo.

$ git clone https://github.com/adrianmarino/knn-cf-rec-sys.git
$ cd knn-cf-rec-sys

Step 2: Create environment.

$ conda env create -f environment.yml

Open notebooks locally

Step 1: Enable project environment.

$ conda activate knn-cf-rec-sys

Step 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.

About

Similarity CF based RecSys examples

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0