Skip to content

Commit ccf7d07

Browse files
committed
Deploying to gh-pages from @ 9f8246c 🚀
1 parent 18aaee0 commit ccf7d07

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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-20T09:40Z
5+
last_built: 2025-11-24T10:34Z
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: 4.1 seconds
205+
#> Time elapsed: 3.89 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.03 seconds
198+
#> Time elapsed: 0.02 seconds
199199
#> Model estimated using ces() function: CES(none)
200200
#> With backcasting initialisation
201201
#> Distribution assumed in the model: Normal

search.json

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

0 commit comments

Comments
 (0)