This function lets the user create a forecast setting a time series and a numerical value.
forecast_ml(time, values, n_future = 15, use_last = TRUE,
automl = FALSE, plot_forecast = TRUE, plot_model = FALSE,
project = "Simple Forecast using Machine Learning")
POSIX. Vector with dates or time values
Numeric. Vector with numerical values
Integer. How many steps do you wish to forecast?
Boolean. Use last observation?
Boolean. Use lares::h2o_automl()
Boolean. If you wish to plot your results
Boolean. If you wish to plot your model's results
Character. Name of your forecast project for plot title
Other Forecast: forecast_arima
,
prophesize