predictive_mean = np.mean(probs_mc_dropout, axis=0) ... ax.errorbar(x_test, mean, yerr=std, fmt='.') ... plots predictions with error bars
確定! 回上一頁