Skip to content
/ RGraphr Public

RGraphr (relation graph recommendations) is an approach to recommend friends based on "your friends - my friends"

License

Notifications You must be signed in to change notification settings

Shemka/RGraphr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relation graph recommendations

alt-text

Installing

Before we start work with this project we have to install all dependend packages by pip or if you use anaconda then by conda package manager. Just run one of the following string in your terminal.

Pip:

pip install -r requirements.txt

Conda:

conda install --yes --file requirements.txt

Usage

After all packages was installed now we can start to use class Relations which is in relation.py. Usage manual is in example.ipynb. Good Luck!

About

RGraphr (relation graph recommendations) is an approach to recommend friends based on "your friends - my friends"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages