PySR / pysr /__init__.py

Commit History

Change model load to classmethod
34f4e3f

MilesCranmer commited on

`load` function to init model from saved equations
ccf71e9

MilesCranmer commited on

Moved julia helper functions out of sr.py
6baa534

tttc3 commited on

Remove silencer function from init
598f406

MilesCranmer commited on

Add __version__ to package
b58a854

MilesCranmer commited on

Update parts of test to use ScikitLearn interface
af14165

MilesCranmer commited on

Create scikit-learn API
cd54791

MilesCranmer commited on

Add workaround for statically-linked libpython
6e2fc47

MilesCranmer commited on

Add missing top-level import
2eacb70

MilesCranmer commited on

Refactor lazy loading of torch and jax
fb950bb

MilesCranmer commited on

Add torch format output; dont import jax/torch by default
68b3673

MilesCranmer commited on

Create torch export function
a06bfc4

MilesCranmer commited on

Move JAX export to separate file
5b978f9

MilesCranmer commited on

Add JAX export functionality
2ceb526

MilesCranmer commited on

Import FeynmanProblems into pysr namespace
79a153e

MilesCranmer commited on

Fix printed score; demonstrate best() function
59cf3d0

MilesCranmer commited on

Allow early quit + can pretty-print best equation
bf37f2a

MilesCranmer commited on

Create PyPI package under pysr
0c0aff7

MilesCranmer commited on