Quickstart Guide
You will need:
python3.8 or greater: https://www.python.org/downloads/
BMS is a part of the autora package:
pip install -U autora[theorist-bms]
Check your installation by running:
python -c from autora.theorist.bms import BMSRegressor; BMSRegressor()