Edwin Ng
Edwin Ng
## Description A small PR adding some utils working with multiple time-series data. Please delete options that are not relevant. - [ ] Bug fix - [x] New feature -...
Looks like somehow the [documentation](https://orbit-ml.readthedocs.io/en/latest/tutorials/ktr1.html) page mistakenly use `seasonality=[7]` instead of `seasonality=[7, 365.25]`. *Solution* - [ ] revert/refresh the notebook
**Is your feature request related to a problem? Please describe.** Right now, our tqdm outlook is not optimized within the notebook. **Describe the solution you'd like** See if we can...
**Is your feature request related to a problem? Please describe.** Right now we have a few utils to convert time stamp array to index and vice versa. However, we have...
**Is your feature request related to a problem? Please describe.** Right now it requires manually created functions to create Forecaster and the conditions on each supported estimators **Describe the solution...
Right now, we allow insertion of an input to the probabilistic programming dict happen anywhere within the forecaster workflow. However, developer who wants to extend a new model has no...