lyst / lyst/lightfm

Recommendation for users the new items in the dataset

Open
#688 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
5.1k
Forks
724
PR merge metrics
No merged PRs in 30d

Description

Hello ,
i've trained a lightFM model on my users/vehicles datasets , but the thing is that everytime i have new items/users that are added into the dataset , and each vehicle has a salingstate variable that indicates wheither it's still available on the purchase list or not , so the thing is that i want to , each time , try to recommend to the users only the new vehicles that are added in the dataset and are available in the purchase list based on the preferences they have in the interaction matrix. I've tried to build a new item_feature_matrix for the new vehicles and put it in the predict parameters but it doesn't work correctly , so i was wondering if there was any solution to this problem as i saw a lot of people asking for it but no one has been answered.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source files or tests are named. Start with the LightFM prediction entry point and the interaction and item-feature inputs described in the issue; done means establishing and documenting a reproducible approach for recommending newly added, available vehicles to existing users.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.