Skip to main content

Real Time Recommendation System of Collaborative Filtering

Project description

# Item削除時の挙動 Item-Xの削除はRecommender().remove_goods(Item-X)で実施できる。 Item-Xを削除したとき、Item-AでレコメンドされているItem-Xは消えない レコメンドする商品からItem-Xを削除するには2つの方法がある。

1. Item-Aが新しく購入されたとき Item-Aが新しく購入(Recommender().like())されたときレコメンドする商品が 再生成されるため、Item-AのレコメンドからItem-Xが消える

2. 全てのレコメンドする商品一覧を更新する Recommender().update_all()を実行する。 Item数x約100ms実行に掛かるので注意すること

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

cf_recommender-0.0.6.tar.gz (5.5 kB view hashes)

Uploaded Source

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