v0.9.0
What's Changed
- Refactor of PySRRegressor by @tttc3 in #146
- PySRRegressor is now completely compatible with scikit-learn.
- PySRRegressor can be stored in a pickle file, even after fitting, and then be reloaded and used with
.predict()
PySRRegressor.equations
->PySRRegressor.equations_
New Contributors
Full Changelog: v0.8.7...v0.9.0