stanfordmlgroup / ngboost

Natural Gradient Boosting for Probabilistic Prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to visualize the distributions ?

kevindarby opened this issue · comments

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

Thanks!

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

Thank you