Open jarandaf opened 3 years ago
I'm also interested in this discussion. Also, there is a project aiming for that called CatBoostLSS, but apparently it is a dead project.
hi guys! it is very nice to see that you are looking at catboost library!
@alexandrehsd huge thanks for your comments here!
@jarandaf at the moment, the normal distribution is hard-coded, but we would like to hear about use-cases where other distributions are useful!
According to the docs,
CatBoostRegressor
supports probabilistic forecasts viaRMSEWithUncertainty
loss function. It seems the implementation is based on NGBoost. Are other target distributionsp(y|x)
(besides the Normal) supported? The paper does not seem to constrain the learning framework to use a specific probability distribution.