a99564aa688e14ccee5f09eceb6ecc0fd28813d9,examples/plot_gp_minimize_1d.py,,,#,6
Before Change
plt.plot(best_x, sampled_y, "ro", label="observations", markersize=5)
plt.title("n_iter = %d" % (n_iter + 1))
plt.ylim([-1.5, 1.5])
plt.legend(loc="best", prop={"size": 6}, numpoints=1)
col_no += 1
plt.subplot(2, 5, row_no)
plt.fill_between(x, -1.5, acquis_values, alpha=0.3, color="green", label="LCB values")
After Change
plt.title("n_iter = %d" % (n_iter + 1))
plt.ylim([-1.5, 1.5])
if col_no == 1:
plt.legend(loc="best", prop={"size": 6}, numpoints=1)
col_no += 1
plt.subplot(2, 5, row_no)
plt.fill_between(x, -1.5, acquis_values, alpha=0.3, color="green", label="LCB values")
In pattern: SUPERPATTERN
Frequency: 6
Non-data size: 3
Instances
Project Name: scikit-optimize/scikit-optimize
Commit Name: a99564aa688e14ccee5f09eceb6ecc0fd28813d9
Time: 2016-04-19
Author: manojkumarsivaraj334@gmail.com
File Name: examples/plot_gp_minimize_1d.py
Class Name:
Method Name:
Project Name: ellisdg/3DUnetCNN
Commit Name: 5508d6730a37f9aff49549901ff8682898e14b5d
Time: 2018-03-20
Author: david.ellis@unmc.edu
File Name: brats/evaluate.py
Class Name:
Method Name: main
Project Name: rasbt/mlxtend
Commit Name: f0f4ba31aaec58f607df632cfbec5fd39802958f
Time: 2015-04-09
Author: se.raschka@me.com
File Name: mlxtend/evaluate/learning_curves.py
Class Name:
Method Name: plot_learning_curves
Project Name: suavecode/SUAVE
Commit Name: 10f95c7c122a9c48f10369adfaf5775e89912c7b
Time: 2020-09-01
Author: mclarke2@stanford.edu
File Name: trunk/SUAVE/Plots/Mission_Plots.py
Class Name:
Method Name: plot_drag_components
Project Name: suavecode/SUAVE
Commit Name: b402c83347127b3b7500251f038799d804c7d80f
Time: 2020-03-05
Author: mclarke2@stanford.edu
File Name: trunk/SUAVE/Plots/Mission_Plots.py
Class Name:
Method Name: plot_drag_components