mjskay / tidybayes

Bayesian analysis + tidy data + geoms (R package)
http://mjskay.github.io/tidybayes
GNU General Public License v3.0
710 stars 59 forks source link

Consider supporting `prophet` #146

Open mjskay opened 5 years ago

mjskay commented 5 years ago

Likely see prophet::predictive_samples

RoyalTS commented 3 years ago

Is this likely to see the light of day soon or more of a reminder at this point?

mjskay commented 3 years ago

At the moment it's somewhere between a reminder and a request for help :). I don't use prophet but so there's some startup cost to me doing this, but if someone who does use prophet wanted to take a stab at this and submit a PR I'd be happy to offer pointers on where to start on the tidybayes side.

mjskay commented 3 years ago

An example could also be appropriate here, as probably this would work find just using add_draws() without much additional work.