-
Notifications
You must be signed in to change notification settings - Fork 18
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
example with a chemical dataset #1
Comments
@thegodone , |
@mokosaur any update there ? |
In the last update, I uploaded loaders for the chemical datasets. See the project README for a usage example. Thank you for your patience as it took a while to gather the code. In the meantime, our efforts were focused on finishing our other work on another molecular prediction model which uses the Transformer architecture to extract information from molecular graphs. You can read more here: https://arxiv.org/abs/2002.08264. |
In your last preprint paper, Do you provide RMSE values at scaled range or at orignal data range ? |
The RMSE is calculated for the standardized values. The datasets that we uploaded contain values that are already standardized. I think you can recover the RMSE of non-standard data by simply multiplying the RMSE by the standard deviation of the original data. However, these numbers still vary across different random data splits, and thus, unfortunately, they cannot be compared to other results in the literature. |
In order to reproduce the work on Chemicals:
Can you share a example of data preparation ?
how look like your data preparation dataloader.
BR
Guillaume
The text was updated successfully, but these errors were encountered: