We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/lantunes/skipatom
Intended usage:
from pymatgen.core.composition import Composition compositions = [Composition("Al2O3"), Composition("CeCoGe3")]
from matminer.featurizers.composition.composite import ElementProperty ep = ElementProperty.from_preset("skipatom") comp_fingerprints = ep.featurize_many(compositions)
I think the following would be a good example to follow:
matminer/matminer/utils/data.py
Lines 386 to 411 in 886524a
Followed by the appropriate incorporation into:
matminer/matminer/featurizers/composition/composite.py
Lines 18 to 244 in 886524a
The text was updated successfully, but these errors were encountered:
from_preset("skipatom")
No branches or pull requests
https://github.com/lantunes/skipatom
Intended usage:
I think the following would be a good example to follow:
matminer/matminer/utils/data.py
Lines 386 to 411 in 886524a
Followed by the appropriate incorporation into:
matminer/matminer/featurizers/composition/composite.py
Lines 18 to 244 in 886524a
The text was updated successfully, but these errors were encountered: