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
- ml4chem/data/parser.py: improved FakeCalculator class and its
docstrings.
- ml4chem/models/kernelridge.py:
* New `class_name` parameter is saved to operate with universal
loading of models.
* get_kernel_matrix() function can handle more input cases.
* Improvement in docstrings.
- ml4chem/potentials.py: universal loading of models.
- setup.py: now the `ml4chem` command line tool is installed with pip.
- ml4chem/models/gaussian_process.py: the new gaussian process
regression model for ml4chem. It uses the KernelRidge class in the
kernelridge module as a base class to then compute the extra step
referring to the inference variance. This is related to #18.
- Updated examples/.
Another one to the zoo.
The text was updated successfully, but these errors were encountered: