PySR / pysr /__init__.py
tttc3
Moved julia helper functions out of sr.py
6baa534
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