Update notebooks to latest nbformat

This commit is contained in:
Aurélien Geron
2020-04-06 19:13:12 +12:00
parent d507ec815a
commit 2f7ab70295
22 changed files with 112 additions and 194 deletions

View File

@@ -975,9 +975,7 @@
{
"cell_type": "code",
"execution_count": 47,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"minibatch_kmeans = MiniBatchKMeans(n_clusters=10, batch_size=10, random_state=42)\n",
@@ -1418,9 +1416,7 @@
{
"cell_type": "code",
"execution_count": 71,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"plt.figure(figsize=(10, 3.2))\n",
@@ -1706,9 +1702,7 @@
{
"cell_type": "code",
"execution_count": 91,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"grid_clf.score(X_test, y_test)"
@@ -3792,9 +3786,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}