-
Notifications
You must be signed in to change notification settings - Fork 15
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
NameError: name 'get_scores' is not defined #3
Comments
You can add get_scores to "from gcn_model.gcn_xgboost_scores import get_feature" at the beginning of gcn_xgb_morgan.py, Change to "from gcn_model.gcn_xgboost_scores import get_feature, get_scores"
|
Got it.Thanks. |
|
Hello,I can't answer this question immediately. I need to run the code again and tell you the solution after debug.
|
Hello, I'm studying your work recently, I have got the result of GCN+rf+knn+svm, then I add # to the last term "if name ==" main ":" of gcn_xgb_morgan.py, remove the # of "if name ==" main" in front of it, but the code has the following error. Could you please help me deal with this? Thank you very much.
Traceback (most recent call last):
File "gcn_xgb_morgan_xgboost.py", line 279, in
gcn_scores,xgb_gcn,gcn_morgan,morgan_scores = get_scores(gcn_scores,xgb_gcn,gcn_morgan,morgan_scores,args)
NameError: name 'get_scores' is not defined.
The text was updated successfully, but these errors were encountered: