Recommendation for users the new items in the dataset
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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