libffm
libffm copied to clipboard
A Library for Field-aware Factorization Machines
Results
23
libffm issues
Sort by
recently updated
recently updated
newest added
hi, libffm is really an useful model. I want to use it as a regression model , may i know how to realize? thanks.
I found that loss is very quick to decrease, if all feature are categorical. And some numerical feature are chosen into the model, it is very slow to decrease the...
in ffm.cpp: ffm_node* end = &prob.X[prob.P[i + 1]]; can access array out the bounds