... plt.xlabel('x value') plt.ylabel('Predictions') plt.title('Actual vs Predictions - Depth= ' + str(treeDepth)) plt.savefig('simple_gbm_real_vs_pred_' ...
確定! 回上一頁