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
Error when running DMF model: UnboundLocalError: local variable 'userid' referenced before assignment
The userid variable has not be assigned before its use on line 133 of DMF
Expected behaviour The predict function to run successfully without errors.
Actual behaviour The predict function does not run successfully with an error being generated.
Note: the image shows line 142, this is mapped to line 133 in this repo.
The text was updated successfully, but these errors were encountered:
solution?
Sorry, something went wrong.
wubinzzu
No branches or pull requests
Error when running DMF model:
UnboundLocalError: local variable 'userid' referenced before assignment
The userid variable has not be assigned before its use on line 133 of DMF
Expected behaviour
The predict function to run successfully without errors.
Actual behaviour
The predict function does not run successfully with an error being generated.
The text was updated successfully, but these errors were encountered: