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 9077676 commit 822f6acCopy full SHA for 822f6ac
ch07/figure1_2.py
@@ -16,7 +16,7 @@
16
# Index number five in the number of rooms
17
fig,ax = plt.subplots()
18
ax.scatter(boston.data[:, 5], boston.target)
19
-ax.set_xlabel("Number of rooms (RM)")
+ax.set_xlabel("Average number of rooms (RM)")
20
ax.set_ylabel("House Price")
21
22
x = boston.data[:, 5]
@@ -44,7 +44,7 @@
44
lr.fit(x, y)
45
46
47
48
49
50
xmin = x.min()
0 commit comments