libffm icon indicating copy to clipboard operation
libffm copied to clipboard

A Library for Field-aware Factorization Machines

Results 23 libffm issues
Sort by recently updated
recently updated
newest added

How to use tags associated with item as a field in FFM? In FFM, only one feature for a given field can be turned on. But, for tags, we have...

Consider a case where several of the binary features in a field can be true. For example, one might want to encode the history of recent advertisers that were shown...

hi,dear could you pls help me how to transform CSV data to FFM data ? thx

Can two field have the same feature id, which means the feature id is associated with field?

In the implement, there are almost no comments. It is hard to read and learn. It is known that C codes is harder to read than python lang. That there...

for learning ffm, I would like to find a tf version of ffm.

How to output AUC-ROC on console?

Hello! I'm about to finish a generalised wrapper for "predict" and "ffm_load_model" function in Java. It would be great if you will review my code and then add it to...