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 b445537 commit 135636eCopy full SHA for 135636e
examples/ensemble/plot_adaboost_regression.py
@@ -41,7 +41,7 @@
41
import pylab as pl
42
43
pl.figure()
44
-pl.scatter(X, y, c="k", label="data")
+pl.scatter(X, y, c="k", label="training samples")
45
pl.plot(X, y_1, c="g", label="n_estimators=1", linewidth=2)
46
pl.plot(X, y_2, c="r", label="n_estimators=300", linewidth=2)
47
pl.xlabel("data")
0 commit comments