StatMixedML / CatBoostLSS

An extension of CatBoost to probabilistic modelling
MIT License
141 stars 13 forks source link

Question: Catboost Quantile Regression #7

Open m1sta opened 3 years ago

m1sta commented 3 years ago

Would you be able to shed some light on when to use the distribution fitting features of CatBoostLSS versus the quantile regression feature of the standard CatBoost package?

StatMixedML commented 3 years ago

@m1sta Thanks for the question.

Choosing between the two depends on the problem at hand I'd say:

So in summary, both approaches allow to go beyond modelling the conditional mean. But the model of choice depends on your problem at hand.

Hope that helps. Feel free to come back in case of further questions.