Biagio Principe
01/17/2025, 10:49 AMraise ValueError(
"Prediction intervals are not supported in transfer learning."
)
The error comes from this line in the predict function:
if new_df is not None:
if level is not None:
raise ValueError(
"Prediction intervals are not supported in transfer learning."
)
Can someone help me solve it?
Grazie mille!