You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
In QML_Tutorial.ipynb, I found two errors.
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]
The text was updated successfully, but these errors were encountered: