Skip to content

Commit

Permalink
post recording
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jun 29, 2021
1 parent a87ae80 commit 99925b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 040_modeltime_forecasting/040_modeltime_forecasting.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ splits %>%

# FORECAST ----

# * AUTO ARIMA ---
# * AUTO ARIMA ----
model_arima <- arima_reg() %>%
set_engine("auto_arima") %>%
fit(cnt ~ dteday, training(splits))
Expand Down

0 comments on commit 99925b9

Please sign in to comment.