Simon Weiß

Results 25 comments of Simon Weiß

Fyi: You can now install lightfm on macos m1 from conda-forge! `conda install -c conda-forge lightfm`

We get similar results in our initial experiments, adding item meta-data (and keeping the identity matrix from pure CF) leads to worse MRR and P@10 than a pure CF Model....

Hi @V-Sher , thanks for the PR. I think it is a good idea to tackle the topic of building user/item features. This part of the library seems a bit...

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

@g-eorge may I ask whether you have experimented with the inverse propensity weighting and what your experiences are?

I’m closing this issue because it has been inactive for a long time. If you still encounter the problem, please open a new issue. Thank you!

@dbalabka , sorry, I didn't see your most recent comment. I'm happy to leave it open for now.

Hi @pedro-f-nogueira , as far as I know the Illegal Instruction Error often occurs when CPU instructions are called that don't exist for your CPU. This is something that is...

Hi @sbarbone, try adding your features to the `Dataset.fit()` call! See the method description here [dataset.fit](http://lyst.github.io/lightfm/docs/lightfm.data.html#lightfm.data.Dataset.fit) and [this example](http://lyst.github.io/lightfm/docs/examples/dataset.html).

@its-ogawa , I think there is a trade-off when binning quantitative variables. Sure, you loose some expressive power but also think about it that way: If you take each original...