Skip to main content

PyTorch library for recommender systems

Project description

FreeRec is a repository designed for easy (recommendation) data pre-processing and model training. I am a beginner in the field of recommender systems, so much of FreeRec's designs may not be as effective. In addition, you are free to specify your own framework based on FreeRec.

Requirements:

Python >= 3.9 | PyTorch | TorchData | PyG

conda create --name=FreeRec python=3.9
conda activate FreeRec

Note: After PyTorch 2.0, TorchData seems to have stopped being updated, and you can install it with --no-deps to avoid installing dependencies.

pip install --no-deps torchdata

Installation

pip install freerec

or (for latest)

pip install git+https://github.com/MTandHJ/freerec.git

Data Pipeline

Note: To make dataset, please download corresponding Atomic files from [RecBole]. Then, run freerec make --help.

Training Flow

Reference Code

Acknowledgements

Thanks to ChatGPT for the annotation of some code. For this reason, some of the comments may be illogical.

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

freerec-0.7.3.tar.gz (78.1 kB view hashes)

Uploaded Source

Built Distribution

freerec-0.7.3-py3-none-any.whl (96.3 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