# API for FB Prophet model

**URL:** https://discourse.julialang.org/t/api-for-fb-prophet-model/74138
**Category:** Probabilistic Programming
**Created:** [January 6, 2022, 12:12pm UTC](https://discourse.julialang.org/t/api-for-fb-prophet-model/74138 "2022-01-06T12:12:54Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![torfjelde](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/torfjelde/32/206542_2.png) [@torfjelde](https://discourse.julialang.org/u/torfjelde)
#### Post date: [January 7, 2022, 1:10am UTC](https://discourse.julialang.org/t/api-for-fb-prophet-model/74138/4 "2022-01-07T01:10:07Z")

</div>

Aight, so here it is: [https://github.com/torfjelde/Prophet.jl](https://github.com/torfjelde/Prophet.jl)

It’s in a _very_ raw form atm, but at least it’s something we can work with. We might want to make it more similar to Python’s prophet, but atm it’s just the bare bones to get up and running with inference.

It’s also missing certain functionalities, e.g. using logit-likelihood, etc., which I just haven’t gotten around to yet, but will be trivial to add.

---

_[View the full topic](https://discourse.julialang.org/t/api-for-fb-prophet-model/74138)._
