We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
------ # DMatrix transition xdm_train = xl.DMatrix(xtr, ytr) xdm_test = xl.DMatrix(xte, yte) # Training task fm_model = xl.create_fm() # Use factorization machine fm_model.setOnDisk() fm_model.setNoBin() fm_model.setTrain(xdm_train) # Training data fm_model.setValidate(xdm_test) # Validation data ------
[ ACTION ] Start to train ... [------------] Epoch Train log_loss Test log_loss Test AUC Time cost (sec) [ 5% ] 1 -nan -nan 0.500000 2.51 [ 10% ] 2 -nan -nan 0.500000 2.90 [ 15% ] 3 -nan -nan 0.500000 2.50 [ 20% ] 4 -nan -nan 0.500000 2.89
The text was updated successfully, but these errors were encountered:
一样遇到这个问题。。
Sorry, something went wrong.
No branches or pull requests
[ ACTION ] Start to train ...
[------------] Epoch Train log_loss Test log_loss Test AUC Time cost (sec)
[ 5% ] 1 -nan -nan 0.500000 2.51
[ 10% ] 2 -nan -nan 0.500000 2.90
[ 15% ] 3 -nan -nan 0.500000 2.50
[ 20% ] 4 -nan -nan 0.500000 2.89
The text was updated successfully, but these errors were encountered: