Metadata-Version: 2.1
Name: autora-theorist-bms
Version: 1.0.1
Summary: Bayesian Machine Scientist theorist for AutoRA
Author-email: Joshua Hewson <joshua_hewson@brown.edu>
License: MIT License
Project-URL: homepage, http://www.empiricalresearch.ai
Project-URL: repository, https://github.com/AutoResearch/autora-theorist-bms
Project-URL: documentation, https://autoresearch.github.io/autora/
Requires-Python: <4,>=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev

# 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/](https://autoresearch.github.io/autora/)

## User Guide

You will need:

- `python` 3.8 or greater: [https://www.python.org/downloads/](https://www.python.org/downloads/)

Install BMS as part of the `autora` package:

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

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

Check your installation by running:
```shell
python -c "from autora.theorist.bms import BMSRegressor; BMSRegressor()"
```
