PySR / pysr /__init__.py
MilesCranmer's picture
Update parts of test to use ScikitLearn interface
af14165
raw
history blame
272 Bytes
from .sr import (
pysr,
PySRRegressor,
best,
best_tex,
best_callable,
best_row,
install,
silence_julia_warning,
)
from .feynman_problems import Problem, FeynmanProblem
from .export_jax import sympy2jax
from .export_torch import sympy2torch