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

Probabilistic Forecast #239

Closed
1991jhf opened this issue Jun 29, 2023 · 2 comments
Closed

Probabilistic Forecast #239

1991jhf opened this issue Jun 29, 2023 · 2 comments

Comments

@1991jhf
Copy link

1991jhf commented Jun 29, 2023

Is there any plan to support probabilistic forecast?
Similar project below:
https://github.com/stanfordmlgroup/ngboost
https://github.com/StatMixedML/XGBoostLSS
https://github.com/StatMixedML/LightGBMLSS

@jeremiedb
Copy link
Member

The EvoTreeMLE constructor supports predicitons for both Gaussian and Logistic probabilistic distrbutions (predicitons returns the estimates for each of the 2 parameters of these distributions). Otherwise, there are the deviance maximum likelihood that is used for the gamma and tweedie losses (available losses with EvoTreeRegressor) and poisson (used in EvoTreeCount).

I didn't have any further probabilistic initiatives on the roadmap. For other probabilistic needs, you may want to consider https://github.com/JuliaTrustworthyAI/ConformalPrediction.jl, which already provides usage examples with EvoTrees.

If there's a specific use case that isn't adressed, feel free to provide more details and about it.

@1991jhf
Copy link
Author

1991jhf commented Jul 4, 2023

Thank you! EvoTreeMLE is exactly what I need.

@1991jhf 1991jhf closed this as completed Jul 4, 2023
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