PySR / pysr /sr.py

Commit History

Include check for extra_sympy_mappings not None
2621d76

MilesCranmer commited on

Force user to define extra_sympy_mappings at init
bbec288

MilesCranmer commited on

Remove tabularx import
ce64294

MilesCranmer commited on

Include necessary packages in latex_table()
3752ba6

MilesCranmer commited on

Merge branch 'master' into latex-table
0dbee97
unverified

MilesCranmer commited on

Clean up docstring
73d0a98

MilesCranmer commited on

Fix model selection for loss=0
ed5b70a

MilesCranmer commited on

Merge branch 'improved-model-selection' of ssh://ssh.github.com:443/MilesCranmer/PySR into improved-model-selection
265efc9

MilesCranmer commited on

Format code with black
74c5005
unverified

deepsource-autofix[bot] commited on

Change "best" model_selection to apply loss threshold
9351408

MilesCranmer commited on

Update docs on expected csv file
6bd5a10

MilesCranmer commited on

Assume normal csv format in reads
45bf2c2

MilesCranmer commited on

Merge pull request #167 from MilesCranmer/loading
1099283
unverified

MilesCranmer commited on

Fix assertion on csv filenames
f5a5c8e

MilesCranmer commited on

Add assertion for csv filename
07217e1

MilesCranmer commited on

Change model load to classmethod
34f4e3f

MilesCranmer commited on

Fix bug with inplace editing of equation_file_contents_
a6bed2c

MilesCranmer commited on

Use .pkl instead of .csv.pkl
b8a97f1

MilesCranmer commited on

Add additional test for loading from pickle file
b53e7fa

MilesCranmer commited on

Checkpoint model before and after fit
6501ca0

MilesCranmer commited on

Additional logging messages during load
c6902b7

MilesCranmer commited on

Allow both `bkup` and `csv` file
f1ac704

MilesCranmer commited on

Don't check for `equation_file_` until after checkpoint_file set
1f01976

MilesCranmer commited on

Improve error message for missing operator mappings
8da5000

MilesCranmer commited on

Add missing pickle import
4ae8a5c

MilesCranmer commited on

Allow loading from pickle file
5c0ad55

MilesCranmer commited on

Automatically pickle file at initialization
b16d9ef

MilesCranmer commited on

Remove extra_sympy_mappings from pickle file
dde0ef7

MilesCranmer commited on

Allow pickling without equations_ stored
85371bb

MilesCranmer commited on

Call `refresh` in load function
e5b4869

MilesCranmer commited on

`load` function to init model from saved equations
ccf71e9

MilesCranmer commited on

More assertions for latex table export
be72c13

MilesCranmer commited on

Move `latex_table` code to `export_latex.py`
c5cd4bb

MilesCranmer commited on

Refactor LaTeX table to export_latex.py
c6f5c09

MilesCranmer commited on

Refactor table env generator
d423f0c

MilesCranmer commited on

Pass columns to latex table generator
215a692

MilesCranmer commited on

Change latex table back to public function
c6b30e7

MilesCranmer commited on

Make latex table work for multiple outputs
38bbf68

MilesCranmer commited on

Make latex table private function
4f97146

MilesCranmer commited on

Generate table with scientific notation for floats
118c5f6

MilesCranmer commited on

Use custom sympy LatexPrinter for precision
9a5df63

MilesCranmer commited on

Include score in latex table; apply precision
8f218cc

MilesCranmer commited on

Allow specifying precision in LaTeX table
b2ffe3b

MilesCranmer commited on

Allow specifying precision in LaTeX output
6210be0

MilesCranmer commited on

Catch for when nout_ > 1
cf19d41

MilesCranmer commited on

Create function that generates LaTeX table
3dbb2ea

MilesCranmer commited on

Clarify docstring for `nout_ > 1`
022f0e5

MilesCranmer commited on

Bump backend version with renamed pow->pow_abs
fb6cbfb

MilesCranmer commited on

Fix custom variable names
338c00b

MilesCranmer commited on