https://github.com/keyan/collaborative-filtering-sandbox
An experiment using collaborative filtering to find Etsy items which are interesting to a user based on indicated favorites.
https://github.com/keyan/collaborative-filtering-sandbox
Last synced: 8 months ago
JSON representation
An experiment using collaborative filtering to find Etsy items which are interesting to a user based on indicated favorites.
- Host: GitHub
- URL: https://github.com/keyan/collaborative-filtering-sandbox
- Owner: keyan
- Created: 2015-01-18T20:29:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-19T20:28:51.000Z (over 11 years ago)
- Last Synced: 2025-02-09T00:43:09.572Z (over 1 year ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
collaborative-filtering
===================
An experiment trying to play with user-based collaborative filtering. Turns out I was trying to use the data incorrectly. There aren't item ratings because items are often unique, and seller ratings were not useful because they were (almost) always 5 stars. Then I got bored and decided to drop this. Maybe I'll work on it again later, probably not.