PySR / pysr /sr.py

Commit History

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

Format code with black
b113ee4
unverified

deepsource-autofix[bot] commited on

Enable custom complexities
c8dffac

MilesCranmer commited on

Tidy up error message
eb96ede

MilesCranmer commited on

Clean up formatting
1eeeb79

MilesCranmer commited on

More helpful error message for custom operator
e7ff6db

MilesCranmer commited on

Better error message for custom operators
255c89c

MilesCranmer commited on

Need to eval nested_constraints after importing SymbolicRegression
df48549

MilesCranmer commited on

Add early_stop_condition to stop earlier
73aff8b

MilesCranmer commited on

Add option to set max_evals
ab66141

MilesCranmer commited on

Bump SymbolicRegression to 0.9.1
79eac3a

MilesCranmer commited on

Enable custom cluster managers
e47833c

MilesCranmer commited on

Format code with black
b13cd4f
unverified

deepsource-autofix[bot] commited on

Add nested_constraints feature
50f37a0

MilesCranmer commited on

Fix error in warning declaration
9556e73

MilesCranmer commited on

Switch CamelCase to snake_case for parameters
1443fba

MilesCranmer commited on

Skip coverage of deprecated functions
2ff5ae9

MilesCranmer commited on

Fix __repr__ when equations undefined
ebac605

MilesCranmer commited on

Change default niterations to 40
9ff66c9

MilesCranmer commited on

Update PySR default settings as in https://github.com/MilesCranmer/PySR/discussions/115\#discussioncomment-2273348
b8953fa

MilesCranmer commited on

Turn off warning for static libpython
eadad9f

MilesCranmer commited on

Update dead links to readthedocs
f1e7133

MilesCranmer commited on

Make function names work when custom function has underscore
69fc6d0

MilesCranmer commited on

Merge pull request #127 from MilesCranmer/Manual-model-selection
e7f614d
unverified

MilesCranmer commited on

Allow y to be a pandas dataframe or series
ad8332d

MilesCranmer commited on

Format code with black
781f479
unverified

deepsource-autofix[bot] commited on

Fix edgecase when expression is a constant
10bac39

MilesCranmer commited on

Fix multi-output index selection
c4f15ef

MilesCranmer commited on

Make manual selection work for multi-output
35ca811

MilesCranmer commited on

Change row to index in specifying which expression
518eb85

MilesCranmer commited on