Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dudududa007 opened this issue Sep 29, 2022 · 0 comments
Open

Comments

@dudududa007
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant