diff --git a/articles/modeltime-spark.html b/articles/modeltime-spark.html index f6a30894..ce00e087 100644 --- a/articles/modeltime-spark.html +++ b/articles/modeltime-spark.html @@ -341,9 +341,9 @@
The nested modeltime object has now fit the models using Spark.
nested_modeltime_tbl
diff --git a/articles/nested-forecasting.html b/articles/nested-forecasting.html
index 6f564809..39b655af 100644
--- a/articles/nested-forecasting.html
+++ b/articles/nested-forecasting.html
@@ -1216,7 +1216,7 @@ Step 5: Refitting and Future Forec
#> ℹ [7/7] Starting Modeltime Table: ID 1_95...
#> ✔ Model 2 Passed XGBOOST.
#> ✔ [7/7] Finished Modeltime Table: ID 1_95
-#> Finished in: 1.944681 secs.
Note that we used control_nested_refit(verbose = TRUE)
to display the modeling results as each model is refit. This is not
necessary, but can be useful to follow the nested model fitting
diff --git a/articles/parallel-processing.html b/articles/parallel-processing.html
index 0eaa6b3f..d09510d3 100644
--- a/articles/parallel-processing.html
+++ b/articles/parallel-processing.html
@@ -498,10 +498,10 @@
This returns a modeltime table.
model_parallel_tbl
@@ -543,7 +543,7 @@ Comparison to Sequential Backend#> ✔ Model Successfully Fitted: 5
#> ℹ Fitting Model: 6
#> ✔ Model Successfully Fitted: 6
-#> Total time | 14.27 seconds