Edwin Ng
Edwin Ng
> Sometimes it requires to forecast values that can be only more or equal zero (for instance, views). What model should I use or what parameters should I add to...
This should reduce the work to implement `raise implemented error` to all functions. @wangzhishi
Something slightly related to this: I notice our input args in the LGT and DLT final model are masked. Is there anyway to make it visible in the help manual?
Yeah. Let's make a separate issue. Thanks for the clarification. @steveyang90
In the "global_trend_option" of **DLT**, when you specify logistic trend, the max carrying capacity is also estimated by the model (stan). We could consider implementing user specified value in the...
Did you try following the installation [guide](https://pystan2.readthedocs.io/en/latest/installation_beginner.html) of pystan2? Did you try python 3.8 instead? python 3.10 is not formally supported by orbit.
could you also provide python version and os you are using?
> > > > How did you format this code so that it would run and work? I am receiving the same error. are you using the version from `dev`...
Try the steps below. It works for me. ``` brew install hdf5 netcdf git clone https://github.com/Unidata/netcdf4-python.git HDF5_DIR=$(brew --prefix hdf5) pip install ./netcdf4-python ```
Thank you for checking in. My understanding is you are asking whether orbit models can make forecast by taking the entire panel data as an input. This is currently not...