Skip to content

Commit 1c216f1

Browse files
ipyngb_debug
1 parent f983648 commit 1c216f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/practices/quick_start/linear_regression.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,9 @@
313313
"source": [
314314
"# 只对属性进行归一化\n",
315315
"housing_features = feature_norm(housing_data[:, :13])\n",
316-
"# print(houseing_features_train.shape)\n",
316+
"# print(housing_features.shape)\n",
317317
"housing_data = np.c_[housing_features, housing_data[:, -1]].astype(np.float32)\n",
318-
"# print(housing_training_data[0])"
318+
"# print(housing_data[0])"
319319
]
320320
},
321321
{

0 commit comments

Comments
 (0)