PySR / pysr /__init__.py
MilesCranmer's picture
Remove Feynman problems and dataset
796a8ad unverified
raw
history blame
536 Bytes
from . import sklearn_monkeypatch
from .deprecated import best, best_callable, best_row, best_tex, pysr
from .export_jax import sympy2jax
from .export_torch import sympy2torch
from .sr import PySRRegressor, jl
# This file is created by setuptools_scm during the build process:
from .version import __version__
__all__ = [
"sklearn_monkeypatch",
"sympy2jax",
"sympy2torch",
"Problem",
"install",
"PySRRegressor",
"best",
"best_callable",
"best_row",
"best_tex",
"pysr",
"__version__",
]