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, and comparison of various ML models for user-provided data sets. Additionally, pyMAISE offers benchmarked data sets with example Jupyter Notebooks. Current ML algorithm support includes
linear regression,
lasso regression,
decision tree regression,
support vector regression,
random forest regression,
k-nearest neighbors regression,
sequential dense neural networks.
These models are built using scikit-learn and Keras. For more information such as installation, examples, and use, refer to the sections below.