New Features: Specify Minimum Observations Per Split for Each Predictor & Python 3.13 Support
·
16 commits
to main
since this release
- Specify Minimum Observations Per Split: Added the ability to set
min_observations_in_splitfor individual predictors by passing thepredictor_min_observations_in_splitparameter to thefitmethod. - Python 3.13 Support: Introduced compatibility with Python 3.13.
- PyPy Wheels Removed: Removed PyPy wheels due to a bug in
setuptoolsthat prevents using a newer version ofcibuildwheelfor building wheels.