Feedback on new docs #138
Replies: 9 comments 25 replies
-
|
should this be fixed: |
Beta Was this translation helpful? Give feedback.
-
|
Should we have examples for e.g. DOS, uncertainty? |
Beta Was this translation helpful? Give feedback.
-
That's a good catch, I didn't want to mention the availability of UQ there, but I agree that it might be nice to mention this list somewhere near the UQ block in the docs https://lab-cosmo.github.io/upet/latest/usage/ase.html#uncertainty-quantification. |
Beta Was this translation helpful? Give feedback.
-
|
For the Usage, ASE interface, I am not sure exactly about the pre-trained sketch-map dimensionality reduction, I feel it is not clear enough. Is this shown in the code snippet below? |
Beta Was this translation helpful? Give feedback.
-
|
I noticed that usage completely replaces examples and adresses my issues. can we just remove examples? |
Beta Was this translation helpful? Give feedback.
-
|
Another question regarding the Batched evaluation with metatrain, Step 2: It mentions the dataset in extxyz format, however in the code snippet the dataset is passed as an .xyz file? |
Beta Was this translation helpful? Give feedback.
-
|
The docs seems to be missing API documentation, ideally generated with autodoc to have all functions/submodules/classes visible! |
Beta Was this translation helpful? Give feedback.
-
|
For the Frequently Asked Questions: When mentioning XS, XL or S model, it would be worth stating somewhere the list of hyperparameters associated with each model size, and usually what kind of applications they are suitable for. Otherwise, I have not heard about these labels before |
Beta Was this translation helpful? Give feedback.
-
|
This page is not linked in the new doc, it's intended? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
uncertainty supporting models are not mentioned in https://lab-cosmo.github.io/upet/latest/models.html is this intentional
UPET_UQ_SUPPORTED_MODELS = [
"pet-mad-s-v1.0.2",
"pet-mad-xs-v1.5.0",
"pet-mad-s-v1.5.0",
]
neither dos
PET-MAD DOS
PET_MAD_DOS_LATEST_STABLE_VERSION = "1.0"
PET_MAD_DOS_AVAILABLE_VERSIONS = ["1.0"]
Beta Was this translation helpful? Give feedback.
All reactions