scikit-matter icon indicating copy to clipboard operation
scikit-matter copied to clipboard

A collection of scikit-learn compatible utilities that implement methods born out of the materials science and chemistry communities

Results 22 scikit-matter issues
Sort by recently updated
recently updated
newest added

From discussion in PR #179: We have a doc linter, but no formatter for the doc rst files (like black for code) . But all existing formatter are not so...

documentation

We have even in the examples a section `Feature and Sample Selection`, but no example notebook. https://scikit-matter.readthedocs.io/en/latest/tutorials.html

For applications, in which reconstructing the modified Gram matrix at each selection step is not practical, it would be great to have the option of selecting batches of features/samples at...

For the purpose of selecting samples for the construction of a ML potential trained on energy as well as force information, it would likely be beneficial to include force information...

Bumps the action-dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 3 to 4 Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20...

dependencies

The new ase release break some example notebooks. The ase dependency comes from one roy dataset (see https://github.com/scikit-learn-contrib/scikit-matter/blob/bc76938d481fe41a7279b5d79ce07ae6671924e5/src/skmatter/datasets/_base.py#L121) and can easily removed as dependency by just storing the arrays inside...

good first issue
dependencies

Getting rid of most scikit-learn warnings Contributor (creator of PR) checklist ------------------------------------- - [ ] Tests updated (for new features and bugfixes)? - [ ] Documentation updated (for new features)?...

This workflow avoids nasty work by hand of uploading to PyPI and creating the Github release. Contributor (creator of PR) checklist ------------------------------------- - [ ] Tests updated (for new features...

Fixes #237 Reopening of #238 Adding fixes for updates with scikit-learn and scipy. Scikit-learn's estimator checks will fail when `validate_data` is not used. These fixes will pass scikit-learn's estimator checks...