Skip to main content

Items recommendation for a specific user

Project description

Recommending items for a specific existing user based on user rating and average rating per item

Installation

Run the following to install:

pip install simplerecommender

Usage

import simplerecommender

# get recommendations

simplerecommender.rec(df,
		      genre_col,
		      user_col,
		      user,
		      user_rating_col,
		      avg_rating_col,
		      sep=None)

GitHub

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simplerecommender-0.0.2.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

simplerecommender-0.0.2-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page