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 d185c61 commit 24067beCopy full SHA for 24067be
ch07/figure1_2.py
@@ -55,7 +55,7 @@
55
print("Mean squared error (of training data): {:.3}".format(mse))
56
57
rmse = np.sqrt(mse)
58
-print("Root mean squared error (of training data): {:.3}".format(mse))
+print("Root mean squared error (of training data): {:.3}".format(rmse))
59
60
cod = r2_score(y, lr.predict(x))
61
print('COD (on training data): {:.2}'.format(cod))
0 commit comments