mlf.RdConformalized Forecasting using Machine Leaning models
A numeric vector or time series of class ts
Forecasting horizon
Confidence level for prediction intervals
Number of lags of the input time series considered in the regression
Fitting function (Statistical/ML model). Default is Ridge regression.
Prediction function (Statistical/ML model)
Boolean, use stacking regression or not
A list of fit_funcs and predict_funcs for and ensemble of stacked models (you should set stack=TRUE)
Coefficients of the fitted model. If provided, a linear combination with the coefficients is used to compute the prediction.
Type of prediction interval
Number of bootstrap replications or number of simulations
"mean" or "median" (aggregation method)
show progress bar for stacking, if stacking_models if not NULL
additional parameters passed to the fitting function fit_func
An object of class 'forecast'