PySR / pysr /sr.py

Commit History

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

Format code with black
4839f5f
unverified

deepsource-autofix[bot] commited on

Add mechanism to manually do model selection
fbbe578

MilesCranmer commited on

Automatically adapt to terminal width
58b38f6

MilesCranmer commited on

Better error message for missing Julia
c3134ec

MilesCranmer commited on

Add feature to skip mutation failures
e667c51

MilesCranmer commited on

Add crossovers and bump version
f3bcfd5

MilesCranmer commited on

Enforce use of keyword arguments
c2b20b6

MilesCranmer commited on

Enable timeout argument
859581c

MilesCranmer commited on

Fix bug with variable_names=None on reset
8be065d

MilesCranmer commited on

Manage backend version from version.py
88531a9

MilesCranmer commited on

Format code with black
3972e78
unverified

deepsource-autofix[bot] commited on

Use shared env instead of temp directory
744d6e2

MilesCranmer commited on

Format code with black
25e2bc3

deepsource-autofix[bot] commited on

Format code with black
23834a6

deepsource-autofix[bot] commited on

Remove misplaced old code
9f82c1b

MilesCranmer commited on