Skip to content

Commit

Permalink
reverse cran update
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Oct 22, 2024
1 parent 7d3f04a commit fe0a8e0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions R/parsnip-arima_boost.R
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,10 @@
#' # 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

0 comments on commit fe0a8e0

Please sign in to comment.