Skip to content

New Features: Specify Minimum Observations Per Split for Each Predictor & Python 3.13 Support

Choose a tag to compare

@mathias-von-ottenbreit mathias-von-ottenbreit released this 26 Nov 17:01
· 16 commits to main since this release
  • Specify Minimum Observations Per Split: Added the ability to set min_observations_in_split for individual predictors by passing the predictor_min_observations_in_split parameter to the fit method.
  • Python 3.13 Support: Introduced compatibility with Python 3.13.
  • PyPy Wheels Removed: Removed PyPy wheels due to a bug in setuptools that prevents using a newer version of cibuildwheel for building wheels.