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

The number of input and output is inconsistent when using my own data for prediction #419

Open
rookiecoder-chen opened this issue Mar 21, 2020 · 0 comments

Comments

@rookiecoder-chen
Copy link

I try to use megnet algorithm for QSAR task, use 5000 data for training, 800 data for prediction, but only output 600 results, and my true label has also been modified. What's the reason?

preprocessor = MEGNetPreprocessor(max_atoms=-1, add_Hs=True, use_all_feature=False,
atom_list=['C', 'H', 'N', 'O'],include_unknown_atom=False, kekulize=False,
max_num_nbr=12, max_radius=8, expand_dim=100)
What do these three parameters (max_num_nbr,max_radius,expand_dim)mean? It doesn't seem to be explained in the notes. What's the impact?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant