Contents:
Gaussian process regression with confidence interval
data (DataFrame) – Input data frame
DataFrame
x (str) – Input variable
str
y (str) – Output variable
alpha (float) – Confidence level
float
tuple[DataFrame, float]
tuple
Data frame with three additional columns of mean, lower and upper bounds
Cutoff of input variable that covers minimal output value in CI