PySR / pysr /__init__.py
MilesCranmer's picture
Change model load to classmethod
34f4e3f
raw
history blame
300 Bytes
from .version import __version__
from .sr import (
pysr,
PySRRegressor,
best,
best_tex,
best_callable,
best_row,
)
from .julia_helpers import install
from .feynman_problems import Problem, FeynmanProblem
from .export_jax import sympy2jax
from .export_torch import sympy2torch