Skip to content

Commit

Permalink
cran changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jul 18, 2024
1 parent eeb0f28 commit 37f80be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 1.0.4
Date: 2024-07-12 14:51:17 UTC
SHA: 3940eb4c0a241672cfcc35233385bd5bd25137c2
Date: 2024-07-16 21:37:58 UTC
SHA: eeb0f2859266149755cc1dc74e13edbafc372568
4 changes: 2 additions & 2 deletions R/ensemble_model_spec.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#'
#' - Start with a _Modeltime Table_ to define your sub-models.
#'
#' - Step 1: Use [modeltime_fit_resamples()] to perform the submodel resampling procedure.
#' - Step 1: Use `modeltime.resample::modeltime_fit_resamples()` to perform the submodel resampling procedure.
#'
#' - Step 2: Use [ensemble_model_spec()] to define and train the meta-learner.
#'
Expand All @@ -46,7 +46,7 @@
#' The Meta-Learner Ensembling Process uses the following basic steps:
#'
#' 1. __Make Cross-Validation Predictions.__
#' Cross validation predictions are made for each sub-model with [modeltime_fit_resamples()].
#' Cross validation predictions are made for each sub-model with `modeltime.resample::modeltime_fit_resamples()`.
#' The out-of-sample sub-model predictions contained in `.resample_results`
#' are used as the input to the meta-learner.
#'
Expand Down
4 changes: 2 additions & 2 deletions man/ensemble_model_spec.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37f80be

Please sign in to comment.