-
Notifications
You must be signed in to change notification settings - Fork 43
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
Issue on preprocessing cresci_15 for BotRGCN #23
Comments
Hi, thank you for your interest in our work! "preprocess_1.py" is reuploaded and this bug is fixed now. Sorry for the inconvenience. TwiBot-22/src/BotRGCN/cresci_15/preprocess_1.py Lines 210 to 212 in f2f4687
|
Sorry for the inconvenience. The code to get all users' tweets should be: However, to save excution time and storage, the updated code only save the index of each tweet (mapped target_id) into each_user_tweets.npy, TwiBot-22/src/BotRGCN/cresci_15/preprocess_1.py Lines 211 to 212 in b2b9ee8
which can be easily used in preprocess_2.py .
|
When I tried to train BotRGCN, I encountered a problem. I didn’t know what description.npy was. |
Thank you for sharing your code!
I'm reproducing BotRGCN on dataset cresci_15 using your code. However, after running "preprocess_1.py", in "each_user_tweets.npy", user_tweets for each user are empty. I found this is because all 'source_id' lead to KeyError in line 215. How can I fix this bug? Thank you!
The text was updated successfully, but these errors were encountered: