v1.2.4
·
498 commits
to main
since this release
Taking various steps to increase the performance (especially for regression tasks):
- Set
min_child_weightandcol_sample_by_levelto zero spans (min and max are equal) to speed up finding optimal spots for more important parameters. However users can still adjust these ranges on demand - Fix range of
subsampleparam which exceeded 1 - Remove adjusted losses
- Add multiple mean strategies to blend predictions of sub models in
BlueCastCVRegression - Updated poetry env
- Add optional sampling during training
- Enabled
use_full_data_for_final_modelby default