-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaned up and converted to rascaline the selection example (#35)
- Loading branch information
Showing
8 changed files
with
130 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
Sample Selection | ||
================ | ||
Sample and Feature Selection | ||
============================ | ||
|
||
This is an example of the selection of a diverse subset of structures | ||
from a dataset of candidates (a collection of barium titanate structures) | ||
using SOAP features and FPS and CUR selection. It then also demonstrates | ||
how the same techniques can be used to select the most relevant features. | ||
|
||
It showcases the use of ``rascaline`` to compute descriptors for a | ||
database of atomic structures, and ``scikit-matter`` to compute the | ||
FPS and CUR selections. The structures are visualized using ``chemiscope`` widgets. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
name: lode_linear | ||
name: sample_selection | ||
dependencies: | ||
- python=3.10 | ||
- python=3.11 | ||
- pip | ||
- pip: | ||
# example dependencies | ||
- ase | ||
- chemiscope | ||
- skmatter | ||
- scikit-learn | ||
- ase | ||
# needed to install rascal | ||
- setuptools | ||
- metatensor | ||
- rascaline @ git+https://github.com/Luthaf/rascaline@ca957642f512e141c7570e987aadc05c7ac71983 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters