PySR / pysr /sr.py

Commit History

Overload operators at import rather than fit
ffc5f5c
unverified

MilesCranmer commited on

Save options to PySRRegressor
70b842a
unverified

MilesCranmer commited on

Export SymbolicRegression.jl module
e957e34
unverified

MilesCranmer commited on

Fix `julia_state_` typo
83ef326
unverified

MilesCranmer commited on

Remove use of `julia_kwargs`
5a99aa3
unverified

MilesCranmer commited on

Use `julia_state_` instead
9f65133
unverified

MilesCranmer commited on

Ensure julia is loaded as soon as possible
caf58a4
unverified

MilesCranmer commited on

Remove use of custom env tests
7aa7884
unverified

MilesCranmer commited on

Remove custom environment tests
31ecc71
unverified

MilesCranmer commited on

Fix PythonCall issue of not converting `np.str_` to `String`
4803d41
unverified

MilesCranmer commited on

Fix missing pickle warning
6b61b25
unverified

MilesCranmer commited on

Remove unneeded copying
8d0381b
unverified

MilesCranmer commited on

Fix hanging with GC disabled
44ff874
unverified

MilesCranmer commited on

Save raw bytes so can warm-restart in new python session
d72c643
unverified

MilesCranmer commited on

Avoid disabling GC by simply copying inside Julia
7a42396
unverified

MilesCranmer commited on

Run in `Main`
a4bb529
unverified

MilesCranmer commited on

Disable PythonCall GC during equation search
4037c2d
unverified

MilesCranmer commited on

Force conversion to Vector
e530637
unverified

MilesCranmer commited on

Start third attempt at porting to PythonCall
68ea1be
unverified

MilesCranmer commited on

Restore original behaviour
7b3c762

Igor S. Gerasimov commited on

Wrap swap operands for binary ops
79398c3

Igor S. Gerasimov commited on

Fix typing issue due to `try-except`
b8fd4cd
unverified

MilesCranmer commited on

Install `typing_extensions` for compat with older Python
864171c
unverified

MilesCranmer commited on

Avoid specifying np random state as type due to compatibility
f2294b3
unverified

MilesCranmer commited on

Use literal for optimizer_algorithm type hint as well
a812e16
unverified

MilesCranmer commited on

Specify types for all parameters
0ddc60f
unverified

MilesCranmer commited on

Add `heap_size_hint_in_bytes` parameter
bd4f864
unverified

MilesCranmer commited on

Move all deprecated functions to deprecated.py
0b9e421

MilesCranmer commited on

Mypy compatibility
b896bd3

MilesCranmer commited on

Move feature selection functionality to separate file
c822df8

MilesCranmer commited on

Move denoising functionality to separate file
12e6d5e

MilesCranmer commited on

Refactor utility functions
09a7186

MilesCranmer commited on

Refactor sympy and export functionality
b2d7f41
unverified

MilesCranmer commited on

Add pre-commit hook for isort
976f8d8
unverified

MilesCranmer commited on

Update warning messages
d425a5f
unverified

MilesCranmer commited on

Warn user if using power law without constraint
ca6e959
unverified

MilesCranmer commited on

Ensure we pass integer verbosity
3ff33b4
unverified

MilesCranmer commited on

Fix setting of `progress`
f991f4f
unverified

MilesCranmer commited on

Use unicode in printing without needing to decode
ae0282b
unverified

MilesCranmer commited on

Ensure files are read as utf-8
9437ef6
unverified

MilesCranmer commited on

Fix compat with old scikit-learn versions
c7cea75
unverified

MilesCranmer commited on

Add warm start test
db8bfce
unverified

MilesCranmer commited on

Set `y_variable_names` in output
abd0cfa
unverified

MilesCranmer commited on

Describe batched objective in docstring
4ca54a5
unverified

MilesCranmer commited on

Fix for operator assertion - can set EITHER unary or binary in csv loading
2621e9c
unverified

MilesCranmer commited on

Fix warning message about pkl file not found
2c97b85
unverified

MilesCranmer commited on

Add print_precision and dimensional_constraint_penalty
af0be92
unverified

MilesCranmer commited on

Fix select_k_features + units
4f7e6cf
unverified

MilesCranmer commited on

Enable dimensional constraints
42005bd
unverified

MilesCranmer commited on