View source: R/predict_conformal.R
predict.conformalRegressor | R Documentation |
Predict a conformalRegressor
## S3 method for class 'conformalRegressor' predict( object, y_hat = NULL, sigmas = NULL, confidence = 0.95, y_min = -Inf, y_max = Inf, ... )
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 |
Prediction intervals
Resul Akay
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.