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

fix missing chapter 3 header
main
Aurélien Geron 2021-03-02 10:33:44 +13:00 committed by GitHub
commit 0832c3f243
1 changed files with 7 additions and 0 deletions

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,