Spaces:
Sleeping
Sleeping
File size: 819 Bytes
caf58a4 e957e34 caf58a4 0a6b4ab 0b9e421 fb950bb 8cf4bf3 caf58a4 6823848 976f8d8 b933dea e957e34 b933dea 976f8d8 b933dea 976f8d8 8cf4bf3 b933dea |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
# This must be imported as early as possible to prevent
# library linking issues caused by numpy/pytorch/etc. importing
# old libraries:
from .julia_import import jl, SymbolicRegression # isort:skip
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 .julia_helpers import install
from .sr import PySRRegressor
# This file is created by setuptools_scm during the build process:
from .version import __version__
__all__ = [
"jl",
"SymbolicRegression",
"sklearn_monkeypatch",
"sympy2jax",
"sympy2torch",
"Problem",
"install",
"PySRRegressor",
"best",
"best_callable",
"best_row",
"best_tex",
"pysr",
"__version__",
"install",
]
|