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

DMF userid referenced before assignment #11

Open
theconsolelogger opened this issue Nov 6, 2019 · 1 comment
Open

DMF userid referenced before assignment #11

theconsolelogger opened this issue Nov 6, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@theconsolelogger
Copy link
Collaborator

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.

Screenshot from 2019-11-06 11-44-13

Note: the image shows line 142, this is mapped to line 133 in this repo.

@theconsolelogger theconsolelogger added the bug Something isn't working label Nov 6, 2019
@shainaraza
Copy link

solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants