]> Piment Noir Git Repositories - freqai-strategies.git/commit
feat(quickadapter): add DART booster support to XGBoost and enhance LightGBM DART HPO
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 8 Jan 2026 16:02:01 +0000 (17:02 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 8 Jan 2026 16:02:01 +0000 (17:02 +0100)
commit41910cce39caae49f550aed5d33bd9af6f20d21e
treec9d94596890ce98c9a1abd6b8e42c645b5047f4d
parent96b595640ec9d07b3a800aac13030cf0fe9bfe26
feat(quickadapter): add DART booster support to XGBoost and enhance LightGBM DART HPO

- Add booster parameter with gbtree/dart options for XGBoost
- Add DART-specific params: sample_type, normalize_type, rate_drop, skip_drop, one_drop
- Enhance LightGBM DART with max_drop, xgboost_dart_mode, uniform_drop
- Adjust colsample_* ranges from 0.3-1.0 to 0.5-1.0 per best practices
quickadapter/user_data/strategies/Utils.py