Merge pull request #374 from wesleyacheng/fix-chapter3-header

fix missing chapter 3 header
This commit is contained in:
Aurélien Geron
2021-03-02 10:33:44 +13:00
committed by GitHub

View File

@@ -871,6 +871,13 @@
"cross_val_score(sgd_clf, X_train_scaled, y_train, cv=3, scoring=\"accuracy\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Error analysis"
]
},
{
"cell_type": "code",
"execution_count": 64,