-
- Min-height berish kerak.
- Bottom-content, ya'ni narx va like turgan joy barcha cardlarda chap va bottom tomondan bir xil masofada tursin.
@mutafakkir Asrorbek priceplan'da siz qilgandingiz shun…
-
**I'm submitting a ...** (check one with "x")
[ ] bug report
[x] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicfr…
-
Hi.
I want to create a NARX (Nonlinear Autoregressive with exogenous variables) model based on LM (Levenberg Marquardt) method.
Since this two methods are not implemented in keras, I search for th…
-
I am writing a thesis where the main task it to rewrite a MatLab script using NARX into a Python script.
I would like to use Keras and Tensorflow to implement it but wasn't able to find anything abo…
-
Line 135 in the forecast method of models.py has this: `deque(X[(-1 - d):(-1 - q):-1, i])`
I believe the middle slice is missing a term; it should be `deque(X[(-1 - d):(-1 - d - q):-1, i])`, otherw…
-
Hi all,
as already posted [here](https://community.rstudio.com/t/build-parsnip-model-from-nnetar-function-in-forecast-package/77208):
"I would like to build a parsnip model for a simple neural net…
-
Thank you for sharing this code!
Apologies if I'm misunderstanding something, but in the "Basic usage" and "Grid Search" example notebooks, it appears that the CGM column has been defined as the t…
-
Hi Jinyu,
When we are plotting the prediction results when using DirectAutoRegressor, should we be only setting the first `pred_step` elements to be np.nan?
EDIT: I meant to say should we be pl…
-
### Read and complete in full with information about your setup and issue before submitting.
### Do not delete the template.
**Please use the search bar** at the top of the page and make sure you …
-
Implement a forecast method that is doing the following:
Given X(0), ... , X(t) and Y(0), ..., Y(t), output the forecast values of Y as a vector Y_hat(t+1), Y_hat(t+2), ... ,Y_hat(t+k).