predict.conformalize.Rd
This function generates prediction intervals for new data using the fitted conformal model.
A conformalize object.
A data frame or matrix of new data for prediction.
The confidence level for the prediction intervals. Default is 0.95.
The method to use for prediction intervals. Options are "split" or "simulation".
The number of simulations to perform if using the "simulation" method. Default is 1000.
An optional seed for reproducibility.
Additional arguments to pass to the predict function.
A matrix with predictions and prediction intervals.