Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 348 Bytes

quickstart.md

File metadata and controls

16 lines (11 loc) · 348 Bytes

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