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

LS_RSME #2

Closed
vonruti opened this issue Nov 25, 2018 · 1 comment
Closed

LS_RSME #2

vonruti opened this issue Nov 25, 2018 · 1 comment

Comments

@vonruti
Copy link

vonruti commented Nov 25, 2018

How is the LS_RSME exactely calculated? How is the data split into training and learing set? Could you plead add this in the documentation? It is not clear if this is done the same way as in your paper.

@rouyang2017
Copy link
Owner

rouyang2017 commented Nov 26, 2018

Thank you! The LS_RMSE is defined as the root mean squared error (RMSE) of the model fitted by least square (LS) fitting: sqrt(sum[(y_true-y_model)^2]/n). There is no data splitting scheme in the SISSO code, and SISSO reads only training data. In the SISSO paper, the data splitting is a separate procedure, not inside the SISSO code. We will mention this in a coming SISSO-related paper!

@vonruti vonruti closed this as completed Nov 28, 2018
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