Skip to content

Commit f2e0bd6

Browse files
committed
Deploying to gh-pages from @ 1cbd1dd 🚀
1 parent ccf7d07 commit f2e0bd6

8 files changed

+14
-15
lines changed

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pandoc: 3.1.11
22
pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2025-11-24T10:34Z
5+
last_built: 2025-11-24T12:31Z
66
urls:
77
reference: https://mlr3forecast.mlr-org.com/reference
88
article: https://mlr3forecast.mlr-org.com/articles

reference/mlr_learners_fcst.auto_adam.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/mlr_learners_fcst.auto_adam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ learner$train(task, row_ids = ids$train)
202202

203203
# Print the model
204204
print(learner$model)
205-
#> Time elapsed: 3.89 seconds
205+
#> Time elapsed: 4.19 seconds
206206
#> Model estimated using auto.adam() function: ETS(MAM)
207207
#> With backcasting initialisation
208208
#> Distribution assumed in the model: Normal

reference/mlr_learners_fcst.ces.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/mlr_learners_fcst.ces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ learner$train(task, row_ids = ids$train)
195195

196196
# Print the model
197197
print(learner$model)
198-
#> Time elapsed: 0.02 seconds
198+
#> Time elapsed: 0.03 seconds
199199
#> Model estimated using ces() function: CES(none)
200200
#> With backcasting initialisation
201201
#> Distribution assumed in the model: Normal

reference/mlr_resamplings_fcst.holdout.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/mlr_resamplings_fcst.holdout.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Forecast Holdout Resampling
22

33
Splits data into a training set and a test set. Parameter `ratio`
4-
determines the ratio of observation going into the training set
5-
(default: 2/3).
4+
determines the ratio of observation going into the training set.
65

76
## Dictionary
87

@@ -13,8 +12,8 @@ can be instantiated via the
1312
or with the associated sugar function
1413
[rsmp()](https://mlr3.mlr-org.com/reference/mlr_sugar.html):
1514

16-
mlr_resamplings$get("fcst.cv")
17-
rsmp("fcst.cv")
15+
mlr_resamplings$get("fcst.holdout")
16+
rsmp("fcst.holdout")
1817

1918
## Parameters
2019

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)