Giter Club home page Giter Club logo

recommender's Introduction

recommender

A collection of recommender systems

Installation:

git clone [email protected]:d704e18/recommender.git
cd recommender
pip install -r requirements.txt

To automatically download the movie dataset from kaggle you need a kaggle api token. Instructions for installing the kaggle API token can be found here: https://github.com/Kaggle/kaggle-api#api-credentials You may also download the dataset manually from https://www.kaggle.com/rounakbanik/the-movies-dataset/version/7/.

Usage

Before you can run the algorithms you need to load a dataset. It is recommended to load ml-1m with recommender load_datset ml-1m, and run algorithms with it: recommender alg mfnonvec ml-1m.

Commands:

General usage:

usage: recommender [-h] [--config CONFIG] {load_dataset,alg} ...

positional arguments:
  {load_dataset,alg}  sub-command help
    load_dataset      load dataset into database
    alg               run recommender algorithms

optional arguments:
  -h, --help          show this help message and exit
  --config CONFIG     configurations to use

Loading datasets:

usage: recommender load_dataset [-h] {ml-26m,ml-1m,ml-100k}

positional arguments:
  {ml-26m,ml-1m,ml-100k}
                        the dataset choices

optional arguments:
  -h, --help            show this help message and exit

Running algorithms:

usage: __main__.py alg [-h] [-s] [-l LOAD]
                       {mfnonvec,mp} {ml-26m,ml-1m,ml-100k} {map} [{map} ...]

positional arguments:
  {mfnonvec,mp}         the recommender algorithm to run
  {ml-26m,ml-1m,ml-100k}
                        the dataset to use
  {map}                 Evaluation methods

optional arguments:
  -h, --help            show this help message and exit
  -s, --save            save the model for later use
  -l LOAD, --load LOAD  load model from given directory

recommender's People

Contributors

monzyy avatar hoeiriis2 avatar dependabot[bot] avatar hoeiriis avatar christiankloster avatar rasmuskrusaa avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.