Skip to content

Simple proof-of-concept for a simulated multinode searchable database recommendation system

Notifications You must be signed in to change notification settings

ncvc/Loncapa-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple proof-of-concept for a simulated multinode searchable database recommendation system

To run the simulator, execute "python Framework.py" in the directory with all the project files

To run the recommender, execute "python Recommender.py <data file name> <seed item number>" in the directory with the recommender file and testdata.py

Data file is a tab delimited two column text file of item number and course name. See testdata.dat for an example

Each problem is currently limited to one tag and search matches query string against problem tags

Not all functions are implemented. Type 'help' for a full listing and status of each command

About

Simple proof-of-concept for a simulated multinode searchable database recommendation system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages