Metadata-Version: 2.1
Name: recbole
Version: 0.1.2
Summary: A unified, comprehensive and efficient recommendation library
Home-page: https://github.com/RUCAIBox/RecBole
Author: RecBoleTeam
Author-email: recbole@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.17.2)
Requires-Dist: torch (>=1.6.0)
Requires-Dist: scipy (>=1.3.1)
Requires-Dist: pandas (>=1.0.5)
Requires-Dist: tqdm (>=4.48.2)
Requires-Dist: scikit-learn (>=0.23.2)
Requires-Dist: pyyaml (>=5.1.0)
Requires-Dist: matplotlib (>=3.1.3)
Provides-Extra: hyperopt
Requires-Dist: hyperopt (>=0.2.4) ; extra == 'hyperopt'

RecBole is developed based on Python and PyTorch for reproducing and developing recommendation algorithms in a unified, comprehensive and efficient framework for research purpose. In the first version, Our library includes 53 recommendation algorithms, covering four major categories: General Recommendation, Sequential Recommendation, Context-aware Recommendation and Knowledge-based Recommendation. View RecBole homepage for more information: https://recbole.io


