MilesCranmer / PySR

High-Performance Symbolic Regression in Python and Julia
https://astroautomata.com/PySR
Apache License 2.0
2.11k stars 198 forks source link

[Feature] Print with sigdigits #283

Closed MilesCranmer closed 12 months ago

MilesCranmer commented 1 year ago

It would be nice if the default print used, e.g., 3 significant figures, rather than all the bits in a float32. The csv file and resultant sympy equation would still be max precision, but I see no need for the progress bar to display this.

MilesCranmer commented 1 year ago

Will be available with https://github.com/MilesCranmer/SymbolicRegression.jl/pull/220