Results 3 comments of Michal Warchalski

Hi, thanks so much for the quick reply! So the full minimal example would look like the following. I actually tested it locally and getting the same problem, meaning that...

Hi Richard, thanks for your help. Unfortunately, compiling the model before pickling doesn't seem to resolve the issue on my side, still getting the same result (I just added `model.compile()`...

Hi, I just ran into the same issue and using `.values` when plotting confidence intervals, e.g.: ``` ax.fill_between( pre_post_index[1:], inferences['complete_preds_lower'].iloc[1:].values, inferences['complete_preds_upper'].iloc[1:].values, color=color, alpha=0.4 ) ``` seems to solve the issue...