lyst / lightfm

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

Features importance in lightFM #689

Closed Natsuhadder closed 1 year ago

Natsuhadder commented 1 year ago

Hello , I've implemented a lightfm model for my vehicle dataset for a recommendation system usage , and i wanted to know if there was a way to give more importance to some features in my dataset, i've seen that i could duplicate some of my columns in the vehicle data but i don't think that this results into better performances.