Once you run the regression model with the module 'statsmodels' in Python, you can get the prediction with these confidence intervals: mean_ci_lower mean_ci_upper obs_ci_lower obs_ci_upper
I know what mean_ci means but I have no idea what obs stands for.