facebookexperimental / facebookexperimental/Robyn
When I use Prophet within Robyn, how can I add regressors to the linear part of Prophet model?
Open
- Dominant language
- Jupyter Notebook
- Stars
- 1.5k
- Forks
- 433
- PR merge metrics
- No merged PRs in 30d
Description
Prophet allows to add regressors, like this:
```
m <- prophet()
m <- add_regressor(m, 'regressor_name')
fit.prophet(m, data)
```
How can I do that from within Robyn?
Thanks
Contributor guide
Assessment
This issue has not been assessed yet.