predict.conformalRegressor: Predict a conformalRegressor
Description
Predict a conformalRegressor
Usage
# S3 method for conformalRegressor
predict(
object,
y_hat = NULL,
sigmas = NULL,
confidence = 0.95,
y_min = -Inf,
y_max = Inf,
...
)
Value
Prediction intervals
Arguments
- object
A conformalRegressor object
- y_hat
Predicted values
- sigmas
Difficulty estimates
- confidence
Confidence level
- y_min
The minimum value to include in prediction intervals
- y_max
The maximum value to include in prediction intervals
- ...
Ignored