Thanks, I change my code to ax.plot(X_new, pred_samples.posterior_predictive['f_pred'], 'C1-', alpha=0.3)when I try to plot it,I got error ValueError: x and y must have same first dimension, but have shapes (100, 1) and (4, 2000, 100)
Thanks, I change my code to ax.plot(X_new, pred_samples.posterior_predictive['f_pred'], 'C1-', alpha=0.3)when I try to plot it,I got error ValueError: x and y must have same first dimension, but have shapes (100, 1) and (4, 2000, 100)