MilesCranmer / PySR

High-Performance Symbolic Regression in Python and Julia
https://ai.damtp.cam.ac.uk/pysr
Apache License 2.0
2.44k stars 217 forks source link

Made from_file pickle loading more robust #702

Open tbuckworth opened 3 months ago

tbuckworth commented 3 months ago

Added backwards compatibility for loading models pickled under older versions.

Adds missing parameters with their default values.

See issue #700