libffm-python
libffm-python copied to clipboard
A Python wrapper for LibFFM
Results
2
libffm-python issues
Sort by
recently updated
recently updated
newest added
When I used it for classification, my prediction is all nan values. ``` model = ffm.FFM(eta=0.1, lam=0.0001, k=4) model.init_model(ffm_train_data) for i in range(n_iter): print('iteration %d, ' % i, end='') model.iteration(ffm_train_data)...
It looks like the Windows makefile hasn't been updated for the python wrapper.