Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-s committed Oct 19, 2023
1 parent c12d4d9 commit 4129a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch03/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def plot_decision_regions(X, y, classifier, test_idx=None, resolution=0.02):
color=colors[idx],
marker=markers[idx],
label=cl,
edgecolor='black')
facecolor='black')

# highlight test examples
if test_idx:
Expand Down

0 comments on commit 4129a5f

Please sign in to comment.