-
Notifications
You must be signed in to change notification settings - Fork 42
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
About data #5
Comments
Hi, there are no .pkl and .npy files used for this repository. You just need to run scripts for molecule tasks. For social networks, you need to support pytoch geometric. Best |
Thanks for your reply, but i means that i got the files after run the shell script in data directory,but i dont konw how to get these files from raw datasets(eg SIDER dataset,i got some .pickle files and .npy files after run this, i looked up the reference of SIDER and got raw files,i tried to use networkx package to preprocess raw datasets ,but cannot get same result as i downloaded from running shell script. |
You can download molecule datasets from MoleculeNet and then apply the preprocessing from this paper. Use RDKit and networkx together. If you still need help, I may share it as a Github Gist for you or push the preprocessing notebooks. |
it would be helpful if you could share your preprocessing notebooks. |
It would be great if you could share the preprocessing notebooks, so it would be possible to run your models and test it with new molecules. |
Hi there, |
Hi There
Would you mind sharing how to get .pkl files and .npy files downloaded in data directory shell script?
Thanks a lot!
The text was updated successfully, but these errors were encountered: