Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Negative Binomial for regression #281

Open
esmit61 opened this issue Dec 7, 2021 · 1 comment
Open

Negative Binomial for regression #281

esmit61 opened this issue Dec 7, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@esmit61
Copy link

esmit61 commented Dec 7, 2021

Hi.
I would like to suggest if there could be a Negative Binomial distribution for the regression tasks with NGBRegressor, i.e.,

ngb = NGBRegressor(Dist=NegativeBinomial).fit(X_train, Y_train)

@ryan-wolbeck ryan-wolbeck added the enhancement New feature or request label Dec 8, 2021
@StatMixedML
Copy link

@esmit61 You might want to use XGBoostLSS, that supports Negative Binomial Distribution Type I

https://github.com/StatMixedML/XGBoostLSS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants