We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2bc4a commit c63a541Copy full SHA for c63a541
src/ex1_kmeans.py
@@ -142,5 +142,5 @@ def plot_decision_boundary(data_file: str, k: int = 10) -> Figure:
142
plt.show()
143
144
fig = plot_decision_boundary("./data/synthetic/streched_distribution.npy", k=k)
145
- fig.savefig("../figures/kmeans_voronoi.png")
+ fig.savefig("./figures/kmeans_voronoi.png")
146
0 commit comments