grprec is a python library for analizing, building, testing group recommendation system approaches
Project description
GrpRec
GrpRec is a pyhon library designed for group recommendation systems.The diffrent task that you can do using this library are:
- Generate different types of groups from your dataset using many methods in group recommendation litterature (Random groups, similar groups, divergent groups, etc.)
- Split your ratings dataset with different methods (train/test, train/validation/test, k-fold etc.)
- Generate prediction scores for your generated groups using individual recommendation systems algorithm.
- Use different group score aggregation strategies on the predicted scores to generate the recommendations (Average, Least miery, Borda count, etc.)
- Evaluate the recommendations using diffrent metrics used in litterature (Precision, Recall, First hit, NDCG)
Installation
To install the GrpRec library execute the following command in your python console:
pip install grprec
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
grprec-0.0.2.tar.gz
(9.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
grprec-0.0.2-py3-none-any.whl
(11.3 kB
view details)
File details
Details for the file grprec-0.0.2.tar.gz.
File metadata
- Download URL: grprec-0.0.2.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ecf3653774b35dcc69dba5eb9359cc342a1bb471943a01b2f62a4f85886c1e9
|
|
| MD5 |
aaaee77c80f2e8e2837443d30835ecbc
|
|
| BLAKE2b-256 |
ffd8af3283f36d4d01f7a5518aa7cdd2b8c18118f1d21b62b995298b94c8eb87
|
File details
Details for the file grprec-0.0.2-py3-none-any.whl.
File metadata
- Download URL: grprec-0.0.2-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1977e9158a0e66bb09c83dc23d82ac01f134747da535edb77eb09282e3dc4563
|
|
| MD5 |
96f7b208792fc3688448d3b5c7ff0190
|
|
| BLAKE2b-256 |
b4637d02c9d7a32e700a2df3600c513c8d47540ac963267d648f07393f7941a1
|