A recommender systems framework for Python
Project description
Case Recommender is a Python implementation of a number of popular recommendation algorithms for both implicit and explicit feedback. The framework aims to provide a rich set of components from which you can construct a customized recommender system from a set of algorithms. Case Recommender has different types of item recommendation and rating prediction approaches, and different metrics validation and evaluation.
Algorithms
Item Recommendation:
BPRMF
ItemKNN
Item Attribute KNN
UserKNN
User Attribute KNN
Group-based (Clustering-based algorithm)
Paco Recommender (Co-Clustering-based algorithm)
Most Popular
Random
Content Based
Rating Prediction:
Matrix Factorization (with and without baseline)
SVD
SVD++
ItemKNN
Item Attribute KNN
UserKNN
User Attribute KNN
Item NSVD1 (with and without Batch)
User NSVD1 (with and without Batch)
Most Popular
Random
gSVD++
Item-MSMF
Clustering:
PaCo: EntroPy Anomalies in Co-Clustering
k-medoids
Evaluation and Validation Metrics
All-but-one Protocol
Cross-fold- Validation
Item Recommendation: Precision, Recall, NDCG and Map
Rating Prediction: MAE and RMSE
Statistical Analysis (T-test and Wilcoxon)
Requirements
Python >= 3
scipy
numpy
pandas
scikit-learn
For Linux, Windows and MAC use:
$ pip install requirements
For Windows libraries help use:
Quick Start and Guide
For more information about RiVal and the documentation, visit the Case Recommender Wiki. If you have not used Case Recommender before, do check out the Getting Started guide.
Installation
Case Recommender can be installed using pip:
$ pip install caserecommender
If you want to run the latest version of the code, you can install from git:
$ pip install -U git+git://github.com/caserec/CaseRecommender.git
More Details
License (MIT)
© 2018. Case Recommender All Rights Reserved
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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
Built Distribution
File details
Details for the file CaseRecommender-1.0.18.tar.gz
.
File metadata
- Download URL: CaseRecommender-1.0.18.tar.gz
- Upload date:
- Size: 47.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f624ae8b3254c806886a161ff2e3bd400d69903ebba4796d76047f4efd50c4b8 |
|
MD5 | e342f8062c18b49bf51dc10eb386264c |
|
BLAKE2b-256 | 80e9cd472432dbaec56019c0e8e4e23c9b15759150d9ad1d2210efeef4b37537 |
File details
Details for the file CaseRecommender-1.0.18-py2.py3-none-any.whl
.
File metadata
- Download URL: CaseRecommender-1.0.18-py2.py3-none-any.whl
- Upload date:
- Size: 93.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 891f7dabeaff7cda8ecf50d51fcdec6e3ce57ce8ff60c19a7fc23abbce96a471 |
|
MD5 | 60b899be7683fc8d42807d03765d94aa |
|
BLAKE2b-256 | d73bb073017b9037d3a4981f12cb1d02f724a39b2d0d40684a0f2eb27721bc7b |