xlearn icon indicating copy to clipboard operation
xlearn copied to clipboard

Failed to convert feature matrix X and label y to xlearn data format

Open dudududa007 opened this issue 1 year ago • 0 comments

I got an error when I run "example_FM_wine.py" file.


Failed to convert feature matrix X and label y to xlearn data format During handling of the above exception, another exception occurred: File "D:\Src\example_FM_wine.py", line 50, in fm_model.fit(X_train,


The same error occurs in"example_LR_iris.py" file. The error does not occur in "example_FFM_criteo.py" file. (Because this file uses a txt file as a parameter when calling the fit function.)

how do I fix it? Thanks a lot.

dudududa007 avatar Sep 29 '22 12:09 dudududa007