Skip to main content

Mangaki's recommandation algorithms

Project description

Zero

Mangaki Zero's CI status Mangaki Zero's code coverage

Mangaki's recommendation algorithms.

It is tested on Python 3.6, 3.7 and 3.8 over OpenBLAS LP64 & MKL.

Usage

Most models have the following routines:

from zero.als import MangakiALS
model = MangakiALS(nb_components=10)
model.fit(X, y)
model.predict(X)

There are a couple of other methods that can be used for online fit, say model.predict_single_user(work_ids, user_parameters).

To run k-fold cross-validation, do:

python compare.py <path/to/dataset>

Results

Mangaki data

Comparing on Mangaki

Movielens data

Comparing on Movielens

Feel free to use. Under GPLv3 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mangaki-zero-1.0.tar.gz (20.8 kB view hashes)

Uploaded Source

Built Distribution

mangaki_zero-1.0-py3-none-any.whl (33.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page