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

Processing molecular representations #6

Open
takafumi-shiraogawa opened this issue Jun 6, 2023 · 0 comments
Open

Processing molecular representations #6

takafumi-shiraogawa opened this issue Jun 6, 2023 · 0 comments

Comments

@takafumi-shiraogawa
Copy link

takafumi-shiraogawa commented Jun 6, 2023

In QML_Tutorial.ipynb, I found two errors.

  1. Same training and test data sets are used.
  2. In exercise 4, the representations (X_test) do not correspond to the test atomization energies (Y_test), which yields a large mean-absolute-error (MAE).

To solve these issues, the following two lines in the fourth cell can be removed:
# Run on only a subset of the first 1000 (for speed)
X = X[:1000]

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