jonbarron / robust_loss_pytorch

A pytorch port of google-research/google-research/robust_loss/
Apache License 2.0
659 stars 88 forks source link

Adaptive Loss for Boosting Algorithms #35

Open fsaforo1 opened 1 year ago

fsaforo1 commented 1 year ago

Jon, can you provide a tutorial (or code snippet) on how to use this tool for boosting algorithms like LightGBM

jonbarron commented 1 year ago

Sorry, I have no idea how this would be done. Boosting algorithms are usually not agnostic to the choice of loss function.