AutoResearch / autora-theorist-bms

MIT License
0 stars 0 forks source link

Update Basic Usage.ipynb #14

Closed TheLemonPig closed 1 year ago

TheLemonPig commented 1 year ago

Single command added to print latex model at the end of the Basic Usage tutorial:

bms_estimator.model_.latex()

when not in the Jupyter notebook, a print statement will be needed single this function works by returning the latex model rather than by printing it.

Linking to issue #10