PySR / pysr

Commit History

Fix callables when feature importance AND pandas used
555ddd0

MilesCranmer commited on

Format code with black
1662e82

deepsource-autofix[bot] commited on

Fix get_params in PySRRegressor
b6f3a08

MilesCranmer commited on

Fix test for PySRRegressor
e274713

MilesCranmer commited on

Get PySRRegressor working with multi-output
ec8124e

MilesCranmer commited on

Update parts of test to use ScikitLearn interface
af14165

MilesCranmer commited on

Make default model selection = 'best'
a47d265

MilesCranmer commited on

Remove deprecated _yesno function
38e582f

MilesCranmer commited on

Add additional deprecation for best_row
a2862ab

MilesCranmer commited on

Move everything into single PySRRegressor
66b15fc

MilesCranmer commited on

Assert _set_globals can work with both X and n_features
205d866

MilesCranmer commited on

Ensure that equations are up-to-date when getting model representations
7de1010

MilesCranmer commited on

Add .latex() representation to PySRRegressor
f59f827

MilesCranmer commited on

Add jax, pytorch, sympy output from Regressor
42cd6af

MilesCranmer commited on

Test __repr__ of sklearn
0020398

MilesCranmer commited on

Improve printed string
91a0f71

MilesCranmer commited on

Add missing equation in __repr__
9905c12

MilesCranmer commited on

Add __repr__ method that lists selected equation
d26d668

MilesCranmer commited on

Autogenerate docstring for PySR Regressor
0bf77e2

MilesCranmer commited on

Add missing weights argument to fit()
4582e28

MilesCranmer commited on

Create scikit-learn API
cd54791

MilesCranmer commited on

Automatically instantiate Project.toml
1b34e61

MilesCranmer commited on

Cut frequency of simplification 1/5x
71b55ac

MilesCranmer commited on

Bump SymbolicRegression version with SymbolicUtils fix
948a760

MilesCranmer commited on

Fix variable_names in test
5fac847

MilesCranmer commited on

Format code with black
505bce0
unverified

deepsource-autofix[bot] commited on

Fix varMap for no feature selection
d11773b

MilesCranmer commited on

Add test for Xresampled as pd.DataFrame
ffd9cd1

MilesCranmer commited on

Merge pull request #90 from MilesCranmer/deepsource-transform-14177f66
5b09e72
unverified

MilesCranmer commited on

Format code with black
0bd453f
unverified

deepsource-autofix[bot] commited on

Ignore install function in coverage since already ran
3c6a750

MilesCranmer commited on

Have PySR generate Project.toml from Python
e0c7f38

MilesCranmer commited on

Add missing alread_ran=True
47510a9

MilesCranmer commited on

Add warning about restarting PySR after install
6ccb05b

MilesCranmer commited on

Add workaround for statically-linked libpython
6e2fc47

MilesCranmer commited on

Get dockerfile working with PyJulia
e0d0dc1

MilesCranmer commited on

Format code with black
980d0cf

deepsource-autofix[bot] commited on

Include additional kwargs if passed
76cb421

MilesCranmer commited on

Cleanup unused imports
6efb0ba

MilesCranmer commited on

Clean up use of global
c1a7eb6

MilesCranmer commited on

Clean up Feynman problems
46ce389

MilesCranmer commited on

Add missing top-level import
2eacb70

MilesCranmer commited on

Make pysr.install() install/update packages
b3fd9db

MilesCranmer commited on

Don't return julia output, store in global state
e199c99

MilesCranmer commited on

Force update and precompile on all launches
db7e681

MilesCranmer commited on

Only activate env on first run
754d7db

MilesCranmer commited on

Remove non-PyJulia parts of codebase
97f43e5

MilesCranmer commited on

PyJulia actually works for distributed if done internally
42acd41

MilesCranmer commited on

Use more pure-PyJulia calls rather than evals
1e552a8

MilesCranmer commited on