SJ001/AI-Feynman

Website "quickstart" session has wrong commands

Closed this issue · 0 comments

Not sure this is the right place to post this, but on the main website ( https://ai-feynman.readthedocs.io/en/latest/ - the one you link to on your paper) there are wrong (maybe outdated) commands:

aifeynman.getdemos('example_data') # download examples from server
aifeynman.launch("../example_data/", "example1.txt", 30, "14ops.txt", polyfit_deg=3, NN_epochs=500)

getdemos should be get_demos
launch should be run_aifeynman

As per the examples here in GitHub