Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommendation for users the new items in the dataset #688

Open
Natsuhadder opened this issue Apr 28, 2023 · 1 comment
Open

Recommendation for users the new items in the dataset #688

Natsuhadder opened this issue Apr 28, 2023 · 1 comment

Comments

@Natsuhadder
Copy link

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.

@johannmartin95
Copy link

johannmartin95 commented Apr 28, 2023

Hello,

I have a similar problem with my new items as well. Is it possible to predict on a new item without training again the model ? And how can we do it ?

Thanks for your response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants