
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
scikit-recommender
Advanced tools
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.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.