tffm icon indicating copy to clipboard operation
tffm copied to clipboard

do you support spars data format

Open Sandy4321 opened this issue 6 years ago • 1 comments

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

Sandy4321 avatar May 02 '18 21:05 Sandy4321

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

martincousi avatar May 04 '18 20:05 martincousi