Skip to content

Quickstart Guide

You will need:

BSR is a part of the autora package:

pip install -U autora[theorist-bsr]

Check your installation by running:

python -c from autora.theorist.bsr import BSRRegressor; BSRRegressor()