-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [la…
-
# Heating
- Today's split of heating technologies in each country: district heating / gas boiler / oil boiler (JRC IDEES in "residential" and "tertiary")
- Approximations of age distribution of heat…
-
Dear all,
I am trying to run the model with exogenous variable as follows but I am getting some errors that perhaps some of you can help me to fix. Below is my code:
#data for X
bitcoin…
-
I have pd.DataFrame with 5 columns. I need to see what happenes with one of it
`pre_period=[0, 118]
post_period=[119, 138]
impact = CausalImpact(df_3_prognoz[['cnt_users']], pre_period, post_peri…
-
Running into a strange occurrence where a reconciled arima model with exogenous regressors produces an unexplained set of results, where all of the reconciled estimates are far above the baseline mode…
-
I'm building an ARIMA model using statsmodels.tsa.arima.model, version 0.14.0. I'm having issues manually reproducing the output of the predict method on the training dataset when including exogenous …
-
The top example does not work, the bottom one does - but it is inconvenient to specify the variance of exogenous variables by hand:
```
mod
-
Hi, I am trying to reproduce the plots from Chapter 6 on the textbook. I got everything pretty much the same as what presented on the textbook, however, there is only one plot reproduced in a differen…
-
Hi,
I am running a BVAR and am attempting to include more than one exogenous variable. With the exact same "opts" variable I am able to run my model with all endogenous variables. When I then include…
-
**Is your proposed enhancement related to a problem? Please describe.**
Fitting with exogenous variables has no testing of any kind, and is likely broken for some of the models
**Describe the solu…