Skip to content

Quickstart Guide

You will need:

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()