AutoResearch / autora-theorist-bms

MIT License
0 stars 0 forks source link

AutoRA Bayesian Machine Scientist

autora-theorist-bms is a Python module built on AutoRA that can be used to discover equations that fit data.

Website: https://autoresearch.github.io/autora/

User Guide

You will need:

Install BMS as part of the autora package:

pip install -U "autora[theorist-bms]" --pre

It is recommended to use a python environment manager like virtualenv.

Check your installation by running:

python -c "from autora.theorist.bms import BMSRegressor; BMSRegressor()"