Hi, I ran in this issue, while using cross_validat...
# mlforecast
b
Hi, I ran in this issue, while using cross_validation and PredictionIntervals
raise 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!