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

Use XGBoost as base estimator #354

Open
fif911 opened this issue May 1, 2024 · 1 comment
Open

Use XGBoost as base estimator #354

fif911 opened this issue May 1, 2024 · 1 comment

Comments

@fif911
Copy link

fif911 commented May 1, 2024

First of all thanks for such a great library and your continuous support. I am working on predictions with uncertainty using the NGBoost Regressor and want to improve the accuracy of predictions. My assumption is in the base estimator is better the whole algorithm may perform better.

Do you think it's possible to use a more advanced algorithm than the DecisionTreeRegressor e.g. XGBoost or even NN?

Best regards

@manningkyle304
Copy link

See xgboost distribution! I have found that ngboost tended outperform it slightly, but maybe you can find better results. it's also up to 10x faster

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

No branches or pull requests

2 participants