Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeydp/cars-experiments
Context-aware recommender system research
https://github.com/joeydp/cars-experiments
Last synced: 5 days ago
JSON representation
Context-aware recommender system research
- Host: GitHub
- URL: https://github.com/joeydp/cars-experiments
- Owner: JoeyDP
- Created: 2023-04-21T11:15:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-21T11:23:37.000Z (over 1 year ago)
- Last Synced: 2023-09-06T11:38:52.696Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 1.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RS Experiments
Research code for experimenting with recommender systems.
# Setup
## Install as package
```
virtualenv -p python3 env
source env/bin/activate
pip install -e .
```