Installation#
trainstation can be installed via pip
:
pip3 install trainstation
If you want to get the absolutely latest version you can install from the repo:
pip3 install -e git+https://gitlab.com/materials-modeling/trainstation
trainstation requires Python3 and depends on the following libraries
NumPy (linear algebra)
scipy (optimization)
scikit-learn (optimization)