https://github.com/ppdebreuck/modnet
MODNet: a framework for machine learning materials properties
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 6 DOI reference(s) in README -
✓Academic publication links
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.3%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
MODNet: a framework for machine learning materials properties
Basic Info
Statistics
- Stars: 92
- Watchers: 6
- Forks: 34
- Open Issues: 35
- Releases: 21
Topics
Metadata Files
README.md
# MODNet: Material Optimal Descriptor Network [](https://arxiv.org/abs/2004.14766) [](https://github.com/ppdebreuck/modnet/actions?query=branch%3Amaster+) [](https://modnet.readthedocs.io/en/latest/)
Introduction
This repository contains the Python (3.8+) package implementing the Material Optimal Descriptor Network (MODNet). It is a supervised machine learning framework for learning material properties from either the composition or crystal structure. The framework is well suited for limited datasets and can be used for learning multiple properties together by using joint learning.
MODNet appears on the MatBench leaderboard. As of 11/11/2021, MODNet provides the best performance of all submitted models on 7 out of 13 tasks.
This repository also contains two pretrained models that can be used for predicting the refractive index and vibrational thermodynamics from any crystal structure.
See the MODNet papers and repositories below for more details:
- De Breuck et al., "Materials property prediction for limited datasets enabled by feature selection and joint learning with MODNet." npj Comput Mater 7, 83 (2021). 10.1038/s41524-021-00552-2 (preprint: arXiv:2004.14766).
- De Breuck et al., "Robust model benchmarking and bias-imbalance in data-driven materials science: a case study on MODNet." J. Phys.: Condens. Matter 33 404002, (2021), 10.1088/1361-648X/ac1280 (preprint: arXiv:2102.02263).
- MatBench benchmarking data repository: modl-uclouvain/modnet-matbench.
How to install
First, create a virtual environment (e.g., named modnet) with Python (3.8+) using your favourite environment manager (the following instructions use conda):
shell
conda create -n modnet python=3.9
Activate the environment:
shell
conda activate modnet
Finally, install MODNet from PyPI with pip:
shell
pip install modnet
Warning We strongly recommend pinning your Python environment when using MODNet across multiple machines, or multiple MODNet versions, as changes to the dependencies and sub-dependencies can lead to different values for particular features.
This can be achieved with
conda exportorpip freeze.
For development (or if you wish to use pinned versions of direct dependencies that
MODNet has been tested with), you can clone this git repository and make an
editable install inside your chosen environment with pip:
shell
git clone git@github.com:ppdebreuck/modnet
cd modnet
conda create -n modnet python=3.9
conda activate modnet
pip install -r requirements.txt # optionally use pinned requirements
pip install -e .
Documentation
The documentation is available at ReadTheDocs.
Changelog
A brief changelog can be found in the release summaries on GitHub.
Author
This software was written by Pierre-Paul De Breuck and Matthew Evans with contributions from David Waroquiers and Gregoire Heymans. For an up-to-date list, see the Contributors on GitHub.
License
MODNet is released under the MIT License.
Owner
- Name: Pierre-Paul De Breuck
- Login: ppdebreuck
- Kind: user
- Website: pp.debreuck.com
- Repositories: 2
- Profile: https://github.com/ppdebreuck
PhD student @modl-uclouvain. Computational materials scientist specialized in Machine Learning for materials discovery.
GitHub Events
Total
- Create event: 16
- Issues event: 9
- Watch event: 13
- Delete event: 13
- Member event: 1
- Issue comment event: 30
- Push event: 35
- Pull request review event: 11
- Pull request review comment event: 6
- Pull request event: 47
- Fork event: 4
Last Year
- Create event: 16
- Issues event: 9
- Watch event: 13
- Delete event: 13
- Member event: 1
- Issue comment event: 30
- Push event: 35
- Pull request review event: 11
- Pull request review comment event: 6
- Pull request event: 47
- Fork event: 4
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 214
- Total Committers: 6
- Avg Commits per committer: 35.667
- Development Distribution Score (DDS): 0.547
Top Committers
| Name | Commits | |
|---|---|---|
| ppdebreuck | p****k@s****e | 97 |
| Matthew Evans | g****t@m****e | 96 |
| dependabot[bot] | 4****] | 12 |
| davidwaroquiers | d****s@g****m | 6 |
| Sterling Baird | 4****d | 2 |
| Gregoire Heymans | 6****s | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 2 years ago
All Time
- Total issues: 26
- Total pull requests: 107
- Average time to close issues: 3 months
- Average time to close pull requests: about 2 months
- Total issue authors: 8
- Total pull request authors: 6
- Average comments per issue: 2.46
- Average comments per pull request: 0.92
- Merged pull requests: 50
- Bot issues: 0
- Bot pull requests: 56
Past Year
- Issues: 11
- Pull requests: 60
- Average time to close issues: about 2 months
- Average time to close pull requests: about 1 month
- Issue authors: 5
- Pull request authors: 4
- Average comments per issue: 2.18
- Average comments per pull request: 0.7
- Merged pull requests: 19
- Bot issues: 0
- Bot pull requests: 39
Top Authors
Issue Authors
- ml-evs (11)
- sgbaird (5)
- ppdebreuck (5)
- kaueltzen (4)
- FedeOtto (2)
- gbrunin (2)
- naik-aakash (2)
- rogeriog (1)
- github-ML-fan (1)
- AndrewFalkowski (1)
- dependabot[bot] (1)
- kyledmiller (1)
- Pepe-Marquez (1)
- shivang-22 (1)
Pull Request Authors
- dependabot[bot] (87)
- ml-evs (30)
- ppdebreuck (26)
- gbrunin (11)
- naik-aakash (4)
- rogeriog (3)
- kaueltzen (3)
- gregheymans (2)
- sgbaird (2)
- VicTrqt (1)
- kyledmiller (1)
- yqdleiyi (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- pypi 649 last-month
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 1
(may contain duplicates) - Total versions: 45
- Total maintainers: 2
proxy.golang.org: github.com/ppdebreuck/modnet
- Documentation: https://pkg.go.dev/github.com/ppdebreuck/modnet#section-documentation
-
Latest release: v0.4.5
published over 1 year ago
Rankings
pypi.org: modnet
MODNet, the Material Optimal Descriptor Network for materials properties prediction.
- Homepage: https://github.com/ppdebreuck/modnet
- Documentation: https://modnet.readthedocs.io
- License: MIT License
-
Latest release: 0.4.5
published over 1 year ago
Rankings
Maintainers (2)
Dependencies
- sphinx *
- sphinx-rtd-theme *
- sphinxcontrib-napoleon *
- matminer >=0.6.2
- numpy >=1.18.3
- pandas >=0.25.3
- pymatgen >=2020,<2020.9
- scikit-learn >=0.23,<0.24
- tensorflow >=2.4
- tensorflow-probability >=0.12
- actions/checkout v3 composite
- actions/setup-python v4 composite
- matminer ==0.8.0
- numpy >=1.20
- pandas ==1.5.2
- pymatgen ==2023.7.20
- scikit-learn ==1.2.0
- tensorflow ==2.11.0
- tensorflow-probability ==0.19.0