PySR icon indicating copy to clipboard operation
PySR copied to clipboard

[Feature] Use Julia for `.predict()` rather than sympy.lambdify

Open MilesCranmer opened this issue 2 years ago • 0 comments

Rather than requiring a user to set up extra_sympy_mappings whenever they define a custom operator, I think the expressions should be evaluated directly in Julia, without needing to convert them. This shouldn't require too many tweaks.

The one downside is it would be harder to restore a model from the saved .csv file.

MilesCranmer avatar May 14 '22 17:05 MilesCranmer