Mangaki's recommandation algorithms
Project description
Zero
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
Movielens data
Feel free to use. Under GPLv3 license.
Project details
Release history Release notifications | RSS feed
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.1.tar.gz
(20.7 kB
view details)
Built Distribution
File details
Details for the file mangaki-zero-1.0.1.tar.gz
.
File metadata
- Download URL: mangaki-zero-1.0.1.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.7 Linux/5.0.0-1035-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbc1540f1d39e8f7bb8f5666d14920613d26584495adc404feab79dd719ff0d9 |
|
MD5 | 796e28de5c1afe8cf555f91700fe2ab1 |
|
BLAKE2b-256 | 1b5c2ecde06444496e65b9db99fd031899ecb100e07b32b0b7a88f81035c4da1 |
File details
Details for the file mangaki_zero-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: mangaki_zero-1.0.1-py3-none-any.whl
- Upload date:
- Size: 33.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.7 Linux/5.0.0-1035-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4350c3e40898fb25cbaa506b89deff1d96823d199ad5f20a9e4c449ded1d172 |
|
MD5 | d26d6ee5825ca06bf79a35ec3265efaf |
|
BLAKE2b-256 | c0388e2ca64ad6b598340cf37e9464d713a05147d8c71f9dcd2ae41bd9a1f9a0 |