Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mitokic committed Apr 18, 2024
1 parent 4390fb5 commit a1417b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/multistep_svm_poly.R
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ update.svm_poly_multistep <- function(object,
margin = NULL,
lag_periods = NULL,
external_regressors = NULL,
forecast_horizon = NULL,
forecast_horizon = NULL,
selected_features = NULL,
fresh = FALSE, ...) {
eng_args <- parsnip::update_engine_parameters(object$eng_args, fresh, ...)
Expand Down

0 comments on commit a1417b3

Please sign in to comment.