XGBoost Robust
XGBoost Robust menggabungkan kerangka kerja gradient boosting yang dapat diskalakan dari XGBoost dengan fungsi kerugian (loss function) yang robust — terutama Huber loss atau variasinya — untuk menghasilkan ensemble pohon yang di-boost secara gradien yang menahan pengaruh pengganggu (outlier) yang mendistorsi. Dengan mengganti tujuan (objective) kuadratik galat (squared-error) dengan kerugian yang mengurangi bobot residu besar, model ini memberikan prediksi yang andal pada target kontinu bahkan ketika data pelatihan mengandung nilai ekstrem atau kebisingan label (label noise).
Baca metode selengkapnya
Masuk dengan akun gratis untuk membaca bagian ini.
Method map
The neighbourhood of related methods — select a node to explore.
Sumber
- Chen, T. & Guestrin, C. (2016). XGBoost: A Scalable Tree Boosting System. Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 785–794. DOI: 10.1145/2939672.2939785 ↗
- Huber, P. J. (1964). Robust Estimation of a Location Parameter. The Annals of Mathematical Statistics, 35(1), 73–101. DOI: 10.1214/aoms/1177703732 ↗
Cara menyitasi halaman ini
ScholarGate. (2026, June 3). Robust XGBoost (Extreme Gradient Boosting with Robust Loss Functions). ScholarGate. https://scholargate.app/id/machine-learning/robust-xgboost
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Peningkatan GradienPembelajaran Mesin↔ compare
- Gradient Boosting RobustPembelajaran Mesin↔ compare
- Robust LightGBMPembelajaran Mesin↔ compare
- Regresi Linier RobustPembelajaran Mesin↔ compare
- Hutan Acak RobustPembelajaran Mesin↔ compare
- XGBoostPembelajaran Mesin↔ compare
Menemukan masalah di halaman ini? Laporkan atau usulkan perbaikan →