GithubHelp home page GithubHelp logo

Comments (1)

StatMixedML avatar StatMixedML commented on May 30, 2024

@m1sta Thanks for the question.

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

  • the quantile regression feature of catboost allows you to model different parts of the conditional distribution as a function of covariates. Hence, it allows you to, e.g., model and analyze the relationship between extreme quantiles, say 5% and 95%. As far as I know, however, there is no way of preventing quantile crossing, which is that for a dense set of quantiles, say 90% and 92%, the 92% quantile can be estimated to be below the 90% quantile.
  • The CatBoostLSS is a parametric approach and allows you to analyse the relationship between covariates and all distributional parameters, e.g., mean and variance and hence to also better understand heteroscedasticity. It provides a richer interpretation and analysis of the conditional distribution. Also, since you can draw samples from the fitted distribution, you can also model different quantiles. However, in contrast to quantile regression, you cannot relate different quantiles to covariates.

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.

from catboostlss.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.