-
### What happened + What you expected to happen
Using exogenous variables in `TimeMixer` model, whether historical or future, leads to an error message. As a result, the model can currently not be us…
-
Read about :
- [ ] - Exogenous variables
- [x] - finetune_steps param in forecast method
- [x] - Fine-tuning with a specific loss function
- [ ] - Anomaly detection
-
I cannot run more than two levels in local machine using Jupyter notebook.
hierarchy = {**total, **state_h} --> works
hierarchy = {**total, **state_h, **store_h} ---> fails with below error
print…
ghost updated
3 years ago
-
Hello,
I was adding exogenous regressors to the forecasting hierarchy using ARIMA model and formula notation. It works well when the exogenous values are added to all levels in a hierarchy.
**H…
-
**Is your feature request related to a problem? Please describe.**
Currently the behavior in sktime when using exogenous features is that the exogenous features are considered as a time series and ac…
-
### What happened + What you expected to happen
Hello Nixtla community,
I suspect a bug, or a sampling optimization problem, especially for `BaseMultivariate` models!
First of all, the number o…
-
Is it possible to remove edges for covariances between exogenous that have been set to 0, e.g. a ~~ 0*b (showing up as NA when covs=T)
-
# 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…
-
### 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…
-
this is pretty sketchy, but I would like to fit the workdays and the non-workdays (weekends + holidays) separately (I know that ARIMA won't like the discontinuities, but I'd like to try it anyways)
…