We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5147cb2 commit 6740609Copy full SHA for 6740609
R/LearnerFcstNnetar.R
@@ -31,7 +31,7 @@ LearnerFcstNnetar = R6Class(
31
scale.inputs = p_lgl(default = TRUE, tags = "train"),
32
bootstrap = p_lgl(default = FALSE, tags = "predict"),
33
npaths = p_int(1L, default = 1000L, tags = "predict"),
34
- innov = p_uty(default = NULL, tags = "predict")
+ innov = p_uty(default = NULL, tags = "predict")
35
)
36
37
super$initialize(
0 commit comments