Skip to content

Commit

Permalink
cran: arima_boost 1.235 0 0.243 5.082
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Oct 22, 2024
1 parent 08b97a4 commit 7d3f04a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions R/parsnip-arima_boost.R
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,11 @@
#' # FIT ----
#'
#' # Boosting - Happens by adding numeric date and month features
#' model_fit_boosted <- model_spec %>%
#' fit(value ~ date + as.numeric(date) + month(date, label = TRUE),
#' data = training(splits))
#'
#' model_fit_boosted
#' # model_fit_boosted <- model_spec %>%
#' # fit(value ~ date + as.numeric(date) + month(date, label = TRUE),
#' # data = training(splits))
#' #
#' # model_fit_boosted
#' }
#'
#'
Expand Down
10 changes: 5 additions & 5 deletions man/arima_boost.Rd

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

0 comments on commit 7d3f04a

Please sign in to comment.