Skip to content

Commit 135636e

Browse files
committed
Cosmit: more explicit label.
1 parent b445537 commit 135636e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ensemble/plot_adaboost_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import pylab as pl
4242

4343
pl.figure()
44-
pl.scatter(X, y, c="k", label="data")
44+
pl.scatter(X, y, c="k", label="training samples")
4545
pl.plot(X, y_1, c="g", label="n_estimators=1", linewidth=2)
4646
pl.plot(X, y_2, c="r", label="n_estimators=300", linewidth=2)
4747
pl.xlabel("data")

0 commit comments

Comments
 (0)