mGBDT icon indicating copy to clipboard operation
mGBDT copied to clipboard

Can it be used in regression?

Open celinecp opened this issue 5 years ago • 4 comments

How can we adjust it to a regression problem?

celinecp avatar Mar 20 '19 04:03 celinecp

I am also interested intot he same question

electricmomo avatar Oct 23 '19 17:10 electricmomo

Probably, just change the layers and the booster

eladmw avatar Dec 04 '20 17:12 eladmw

Looking at the source code more in detail, I think that you just need to choose a different loss for torch and specify a different objective function for XGBoost. "objective" = "..." --> "objective" = "..."

eladmw avatar Jan 14 '21 01:01 eladmw

Would you guys be happy if I rewrote the repo in LGBM, for regression and classification?

eladmw avatar Jan 14 '21 01:01 eladmw