Collaborative Filtering.
Project description
from cf import CollFilter
if __name__ == '__main__':
data = read_data(train_path)
data = pre_process(data) # return [(user_id: str, item_id: str, float),]
cf = CollFilter(data)
ucf = cf.user_cf()
icf = cf.item_cf()
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
coll-filter-0.0.3.tar.gz
(4.1 kB
view details)
File details
Details for the file coll-filter-0.0.3.tar.gz
.
File metadata
- Download URL: coll-filter-0.0.3.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80808f7a57efd85dd566b7b29b35283dc7168f6847574afe64e20501ec5e3df3 |
|
MD5 | 0ddcbd08820a602797a97f90ead9bff5 |
|
BLAKE2b-256 | 1f38bcd0fb3880e713ef9cf7343caab9c4dba0b4c012fb9d4464bfe77bffb5c3 |