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/
You will need:
python
3.8 or greater: https://www.python.org/downloads/
Install BMS as part of the autora
package:
pip install -U "autora[theorist-bms]" --pre
It is recommended to use a
python
environment manager likevirtualenv
.
Check your installation by running:
python -c "from autora.theorist.bms import BMSRegressor; BMSRegressor()"