PySR / pysr /__init__.py
MilesCranmer's picture
Patch scikit-learn to allow complex numbers
0a6b4ab unverified
raw
history blame
334 Bytes
from . import sklearn_monkeypatch
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