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

A qustion on the molecular property prediction regression task #163

Open
wklix opened this issue Oct 7, 2023 · 1 comment
Open

A qustion on the molecular property prediction regression task #163

wklix opened this issue Oct 7, 2023 · 1 comment

Comments

@wklix
Copy link

wklix commented Oct 7, 2023

I have noticed a significant disparity between the predicted values and the labels when using Unimol tools for predicting molecular properties, especially when the molecular property values are either large or small. I kindly ask for your advice on how to address this issue or if you have any suggestions to offer. Thank you.

@Naplessss
Copy link
Contributor

Hi wklix,
If your target values are either large or small, with high skew or kurt values, I think some target normalization should be helpful. unimol tools use a simple auto normalize strategy, with skew threshold and boxcox normalization.

elif self.ss_method == 'auto':

Maybe you can try different normalize methods or loss function. such as log1p and ghm loss.

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

2 participants