PySR / pysr /sr.py

Commit History

Convert stop condition to string if not set
518e1cc

MilesCranmer commited on

Add warning that the Julia state is being reset
9049df4

MilesCranmer commited on

Allow functional versions of early stop condition
44dcbea

MilesCranmer commited on

Do not store custom loss in Julia main
fb2f513

MilesCranmer commited on

Add missing default in docstring
893fdd2

MilesCranmer commited on

Add deterministic mode with new SR version
25e0721

MilesCranmer commited on

Fixed weight checking
c51257e

tttc3 commited on

Fix to pass test_custom_operator
19d80b0

tttc3 commited on

Added validation for weights
4819728

tttc3 commited on

Passed check_dict_unchanged
9750ff9

tttc3 commited on

Don't check array if set to None
11f524f

MilesCranmer commited on

Updated parameter validation
6881818

tttc3 commited on

Add warm_start
3e8d44d

tttc3 commited on

Cleaned test and docstring
3821242

tttc3 commited on

New updated checkpoint loading and tests
fbb7cf7

tttc3 commited on

Added pickle support
bd90cfc

tttc3 commited on

Added control of random_state for numpy and julia
3ef5500

tttc3 commited on

Merge branch 'master' into refactor-PySRRegressor
a62a370
unverified

MilesCranmer commited on

TODO for refactoring Julia interface
5bbefa6
unverified

MilesCranmer commited on

Check shape length after validation
43b3838

MilesCranmer commited on

Move binary_operator assertion to after they are defined
f0c64cb

MilesCranmer commited on

Make __init__ not modify parameters again
3dff82f

MilesCranmer commited on

Fix occurrence of size warning
e7b4ea9

MilesCranmer commited on

Fix variable selection for PyTorch
7602382

MilesCranmer commited on

Fix feature selection for JAX export
b4cb407

MilesCranmer commited on

Move shape checking to fit()
bad0567

MilesCranmer commited on

Remove additional changes to internal parameters
358f0ab

MilesCranmer commited on

Remove misplaced parameter changes
40f498c

MilesCranmer commited on

Create function to setup equation file during fit
f06ee71

MilesCranmer commited on

Process params in __init__ instead of fit
43bc86a

MilesCranmer commited on

Move shape checking to _validate_fit_params
406ae3e

MilesCranmer commited on

Hotfix for selection test
e790ec3

tttc3 commited on

Fixed issues outlined in pull request review
83d8e67

tttc3 commited on

Clean up example in docstring
cfa9a72

MilesCranmer commited on

Move numpy export code to separate file
5a01e6f

MilesCranmer commited on

Expand docstring for PySRRegressor
2fbf19c

MilesCranmer commited on

Preserve PySRRegressor.equations but with deprecation
be87321

MilesCranmer commited on

Fixed typos and ensured tests pass
19ef535

tttc3 commited on

additional fixes
4173a8b

tttc3 commited on

fixed issues from deepsource
9490776

tttc3 commited on

Updated tests for compatibility with refactor
c7187a6

tttc3 commited on

Refactor PySRRegressor for scikit-learn
32a2de6

tttc3 commited on

Moved julia helper functions out of sr.py
6baa534

tttc3 commited on

Fix broken links
90bed64
unverified

MilesCranmer commited on

More comments to help explain call structure
f87c7e9
unverified

MilesCranmer commited on

Add more helpful warnings
ad84a1c

MilesCranmer commited on