-
config中未发现有Outputdim参数的设置,非常感谢!
-
Putting this in the "next" column because it makes all future development easier and more fun, and probably should be quick to do.
-
Hi everyone,
I'm trying to make prediction on some data.
![image](https://user-images.githubusercontent.com/57856270/98111745-c0ed1000-1ea9-11eb-9ec4-cd00f40b6ebb.png)
but for a reason that i d…
-
**Issue by [iKintosh](https://github.com/iKintosh)**
_Friday Jun 17, 2022 at 12:41 GMT_
_Originally opened as https://github.com/tinkoff-ai/etna/issues/757_
----
### 🚀 Feature Request
We show drop…
-
### Feature description
@nandiya Please could you resolve this warning
```
machine_learning/forecasting/run.py::machine_learning.forecasting.run.sarimax_predictor
/opt/hostedtoolcache/Python/3.1…
-
Hello, thank you for working on the Statsmodels.
When I run the following code in SAS I get very similar coefficient values (forecast values are also very similar) but the sign of the Moving Avera…
-
**Describe the bug**
If `predict_residuals` is called of a `TransformedTargetForecaster` on the training data, the results seems to be wrong. My guess it that internally, the `self._y` of the `Tran…
-
I try running backtesting on a sarimax forecaster...
```
best_sarimax_forecaster_total_defaults_increasing_training_size = ForecasterSarimax(
regressor = ARIMA(order=(2, 1, 2), seasonal_order=(1, 0…
-
I want to make an ARIMA(0,1,1) model for three time series, X_t, Y_t, Z_t "simultaneously". In practice what this means is that I create one big time 1-d series
W := X_t + 3*[np.nan] + Y_…
-
Hi,
I'm trying to forecast a time series using an ARIMA model with a direct multi-step approach, but when running the code found in the documentation, I always get the same error, which is: `TypeErro…