Skip to content

v0.9.0

Compare
Choose a tag to compare
@MilesCranmer MilesCranmer released this 04 Jun 19:58
· 1191 commits to master since this release
c3dc203

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