APLR version 10.17.1
·
3 commits
to main
since this release
This release focuses on improving robustness and documentation clarity.
Improvements
- Input Validation for
validation_tuning_metric: Added validation to check if the providedvalidation_tuning_metricis a valid option before model training begins. This prevents runtime errors from invalid metric names and provides clearer error messages to the user.
Documentation
- Clarified
faster_convergenceUsage: The documentation for thefaster_convergenceparameter inAPLRRegressorhas been updated. It now states that this option can be useful not only when the algorithm converges too slowly, but also when it converges prematurely.