lyst / lightfm

A Python implementation of LightFM, a hybrid recommendation algorithm.
Apache License 2.0
4.77k stars 691 forks source link

Sentence as an item feature #579

Open rohit-bhatia opened 3 years ago

rohit-bhatia commented 3 years ago

I am trying to add description as a feature in my project. I knew that it accepts tags as a feature and will create an embeddings based on that tag. I don't have tags here but i have description of particular item. can you suggest me something like how can i feed description as a feature to lightm.dataset.

SimonCW commented 3 years ago

Hi @rohit-bhatia this is not directly related to LightFM. I suggest to search for information about "Bag of words" or "Word Vectors".