PySR / pysr /sr.py

Commit History

Fix union of types in docstrings
24f5dee

MilesCranmer commited on

Format code with black
c0f4a2f
unverified

deepsource-autofix[bot] commited on

Remove not-rendered `:param` key
0cf6092

MilesCranmer commited on

Move up notes section
0f3521d

MilesCranmer commited on

Tweak docs formatting
51b7bbd

MilesCranmer commited on

Remove spaces in attributes section
f7ce7ac

MilesCranmer commited on

Fix docs style issues
874bbe6

MilesCranmer commited on

Revert "Revert "Remove newlines which break docs building""
891ed86

MilesCranmer commited on

Revert "Remove newlines which break docs building"
b4fc2d4

MilesCranmer commited on

Correct kwargs docs
f887ed1

MilesCranmer commited on

Remove newlines which break docs building
bdf365a

MilesCranmer commited on

Ensure that variable names are not sympy functions
e29a6da

MilesCranmer commited on

Fix extra_sympy_mappings check
d85ddfd

MilesCranmer commited on

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