stanfordmlgroup / ngboost

Natural Gradient Boosting for Probabilistic Prediction
Apache License 2.0
1.62k stars 214 forks source link

Is there a way to visualize the distributions ? #334

Closed kevindarby closed 12 months ago

kevindarby commented 12 months ago

Hi, is there a way to view the marginals and the computed conditional distribution, P(Y | x1, x2, ...)

Thanks!

alejandroschuler commented 12 months ago

no, but you can use standard plotting packages (eg altair) to do that.

kevindarby commented 12 months ago

Thank you