Michigan Artificial Intelligance Standard Environment
Project description
pyMAISE: Michigan Artificial Intelligence Standard Environment
pyMAISE is an artificial intelligence (AI) and machine learning (ML) benchmarking library for nuclear reactor applications. It offers to streamline the building, tuning, comparison, and explainability of various ML models for user-provided data sets. Also, pyMAISE offers benchmarked data sets, written in Jupyter Notebooks, for AI/ML comparison. Current ML algorithm support includes
- linear regression,
- lasso regression,
- logistic regression,
- decision tree regression and classification,
- support vector regression and classification,
- random forest regression and classification,
- k-nearest neighbors regression and classification,
- sequential neural networks.
Additionally, pyMAISE supports basic explainability analysis via SHAP for all the ML algorithms listed above. An example is provided in the CHF benchmark. Current SHAP support includes
- DeepLIFT,
- Integrated Gradients,
- Kernel SHAP,
- and Exact SHAP.
These models are built using scikit-learn and Keras with explainability using SHAP. pyMAISE supports the following neural network layers:
- dense,
- dropout,
- LSTM,
- GRU,
- 1D, 2D, and 3D convolutional,
- 1D, 2D, and 3D max pooling,
- flatten,
- and reshape.
Please use the following to reference pyMAISE:
@article{MYERS2025105568,
title = {pyMAISE: A Python platform for automatic machine learning
and accelerated development for nuclear power applications},
journal = {Progress in Nuclear Energy},
volume = {180},
pages = {105568},
year = {2025},
issn = {0149-1970},
doi = {https://doi.org/10.1016/j.pnucene.2024.105568},
url = {
https://www.sciencedirect.com/science/article/pii/S0149197024005183
},
author = {Patrick A. Myers and Nataly Panczyk and Shashank Chidige
and Connor Craig and Jacob Cooper and Veda Joynt and Majdi
I. Radaideh},
}
Installation and Documentation
Refer to the installation guide and documentation for help.
Benchmark Jupyter Notebooks
You can find the pyMAISE benchmarks here or below.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pymaise-2.0.0.tar.gz.
File metadata
- Download URL: pymaise-2.0.0.tar.gz
- Upload date:
- Size: 73.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
778fbc8e4cb4cf6c29e82e27a1f48a240acfb5ecfbf4aefde6aefa6e20818cd4
|
|
| MD5 |
9c472323bc02877b8915614be47029c9
|
|
| BLAKE2b-256 |
190f78a3531b31400885ab5879aefeed6b03dfbd3887d3dd01578c94cfde727f
|
File details
Details for the file pymaise-2.0.0-py3-none-any.whl.
File metadata
- Download URL: pymaise-2.0.0-py3-none-any.whl
- Upload date:
- Size: 92.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f45826b8ef6c1c1bb1b9040cbbeea35578dfb450ac6cc91d4b7de8c2813d292c
|
|
| MD5 |
9404d88e717ae95708b407901e71bdb5
|
|
| BLAKE2b-256 |
dc4f5d54168e6058c4a44327f95dc4815681df753ced754776cb2015042a3c63
|