geffy / tffm

TensorFlow implementation of an arbitrary order Factorization Machine
MIT License
780 stars 176 forks source link

do you support spars data format #43

Open Sandy4321 opened 6 years ago

Sandy4321 commented 6 years ago

for example this http://srome.github.io/Leveraging-Factorization-Machines-for-Sparse-Data-and-Supervised-Visualization/ gives bid data use can you run code for this data? X_train.shape

(7580, 1048576)

where number of features is 1048576

martincousi commented 6 years ago

The matrix X can be given as a sp.csr_matrix object. See example.ipynb for more info.