pythontime-seriespycaretmultivariate-time-series

How to print the prediction interval (upper and lower bound) in pycaret-ts-alpha


I want to know how to determine the prediction interval (upper and lower bound) in pycaret-ts-alpha.

I am only trying to forecast one point value, but I need to determine it's upper and lower bound.

Thanks!

enter image description here


Solution

  • In predict_model() return_pred_int: bool, default = False When set to True, it returns lower bound and upper bound prediction interval, in addition to the point prediction.