Skip to content

Commit

Permalink
fix cran doc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jul 16, 2024
1 parent 3940eb4 commit eeb0f28
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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-06-07 19:39:45 UTC
SHA: 6c33f8845695356a2d481b2a92b5dc89649bf9e3
Date: 2024-07-12 14:51:17 UTC
SHA: 3940eb4c0a241672cfcc35233385bd5bd25137c2
2 changes: 1 addition & 1 deletion R/ensemble_model_spec.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#'
#'
#' A 2-stage stacking regressor that follows:
#' 1. Stage 1: Sub-Model's are Trained & Predicted using [modeltime.resample::modeltime_fit_resamples()].
#' 1. Stage 1: Sub-Model's are Trained & Predicted using `modeltime.resample::modeltime_fit_resamples()`.
#' 2. Stage 2: A Meta-learner (`model_spec`) is trained on Out-of-Sample Sub-Model
#' Predictions using `ensemble_model_spec()`.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/nested_ensemble_average.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' nested modeltime table results
#' @param model_ids A vector of id's (`.model_id`) identifying which submodels to
#' use in the ensemble.
#' @param control Controls various aspects of the ensembling process. See [control_nested_fit()].
#' @param control Controls various aspects of the ensembling process. See `modeltime::control_nested_fit()`.
#'
#' @returns
#' The nested modeltime table with an ensemble model added.
Expand Down
2 changes: 1 addition & 1 deletion man/ensemble_model_spec.Rd

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

2 changes: 1 addition & 1 deletion man/ensemble_nested_average.Rd

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

2 changes: 1 addition & 1 deletion man/ensemble_nested_weighted.Rd

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

0 comments on commit eeb0f28

Please sign in to comment.