
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Scikit-Recommender is an open source library for researchers of recommender systems.
You have three ways to use Scikit-Recommender:
Binary installers are available at the Python package index and you can install the package from pip.
pip install scikit-recommender
Installing from source requires Cython and the current code works well with the version 0.29.20.
To build scikit-recommender from source you need Cython:
pip install cython==0.29.20
Then, the scikit-recommender can be installed by executing:
git clone https://github.com/ZhongchuanSun/scikit-recommender.git
cd scikit-recommender
python setup.py install
Alternatively, You can also run the sources without installation. Please compile the cython codes before running:
git clone https://github.com/ZhongchuanSun/scikit-recommender.git
cd scikit-recommender
python setup.py build_ext --inplace
After installing or compiling this package, now you can run the run_skrec.py:
python run_skrec.py
You can also find examples in tutorial.ipynb.
MMRec | Implementation | Paper | Publication |
---|---|---|---|
MGCN | PyTorch | Penghang Yu, et al., Multi-View Graph Convolutional Network for Multimedia Recommendation | ACM MM 2023 |
BM3 | PyTorch | Xin Zhou, et al., Bootstrap Latent Representations for Multi-modal Recommendation | WWW 2023 |
FREEDOM | PyTorch | Xin Zhou, et al., A Tale of Two Graphs: Freezing and Denoising Graph Structures for Multimodal Recommendation | ACM MM 2023 |
SLMRec | PyTorch | Zhulin Tao, et al., Self-supervised Learning for Multimedia Recommendation | TMM 2022 |
LATTICE | PyTorch | Jinghao Zhang, et al., Mining Latent Structures for Multimedia Recommendation | ACM MM 2021 |
FAQs
A science toolkit for recommender systems
We found that scikit-recommender demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.