MilesCranmer / PySR

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

Default time series too long #384

Closed MilesCranmer closed 11 months ago

MilesCranmer commented 11 months ago

In the example notebook, the time series is too long, meaning that the cosines disappear from the aggregations step. So the default should be like length 10 or something.

MilesCranmer commented 11 months ago

Fixed.