PySR / pysr /__init__.py
MilesCranmer's picture
`load` function to init model from saved equations
ccf71e9
raw
history blame
310 Bytes
from .version import __version__
from .sr import (
pysr,
PySRRegressor,
best,
best_tex,
best_callable,
best_row,
load,
)
from .julia_helpers import install
from .feynman_problems import Problem, FeynmanProblem
from .export_jax import sympy2jax
from .export_torch import sympy2torch