Skip to content

Commit

Permalink
File concrete_article_data represent my start with both Python and GPs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasJouvin committed Jun 3, 2016
1 parent 992992f commit fd9d4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Concrete_article_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
plt.plot(np.linspace(X.min(), X.max(), n), y_pred[0], 'b')
plt.scatter(X, y)
plt.title('theta_0=%s '%theta_0 + 'theta_L=%s '%theta_L + 'theta_U=%s '%theta_U)
plt.save
plt.savefig('Image Gp/Concrete_feature1_GP_theta0=%s'%theta_0 + 'thetaL=%s'%theta_L + 'thetaU=%s'%theta_U + '.png')
plt.show()

0 comments on commit fd9d4d5

Please sign in to comment.