Skip to content

Commit 7a2a9a8

Browse files
committed
Fix improper JSON encoding for pzmm_h2o_model_import.ipynb.
1 parent 05944af commit 7a2a9a8

File tree

1 file changed

+8
-26
lines changed

1 file changed

+8
-26
lines changed

examples/pzmm_h2o_model_import.ipynb

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"name": "stdout",
116116
"output_type": "stream",
117117
"text": [
118-
"Checking whether there is an H2O instance running at http://localhost:54321 . connected.\n",
118+
"Checking whether there is an H2O instance running at http://localhost:54321 . connected.\n"
119119
]
120120
},
121121
{
@@ -2266,24 +2266,6 @@
22662266
"print(glm_performance.accuracy())"
22672267
]
22682268
},
2269-
{
2270-
"cell_type": "code",
2271-
"execution_count": 9,
2272-
"metadata": {},
2273-
"outputs": [],
2274-
"source": [
2275-
"h2o.save_model(glm, path=\"data/hmeqModels/H2OBinaryGLM\") # Changes needed by user"
2276-
]
2277-
},
2278-
{
2279-
"cell_type": "code",
2280-
"execution_count": null,
2281-
"metadata": {},
2282-
"outputs": [],
2283-
"source": [
2284-
"glm.save_mojo(path=\"data/hmeqModels/H2OMOJOGLM\") # Changes needed by user"
2285-
]
2286-
},
22872269
{
22882270
"cell_type": "markdown",
22892271
"metadata": {
@@ -2295,7 +2277,7 @@
22952277
},
22962278
{
22972279
"cell_type": "code",
2298-
"execution_count": 10,
2280+
"execution_count": 9,
22992281
"metadata": {
23002282
"Collapsed": "false"
23012283
},
@@ -2308,7 +2290,7 @@
23082290
},
23092291
{
23102292
"cell_type": "code",
2311-
"execution_count": 11,
2293+
"execution_count": 10,
23122294
"metadata": {
23132295
"Collapsed": "false"
23142296
},
@@ -2326,7 +2308,7 @@
23262308
},
23272309
{
23282310
"cell_type": "code",
2329-
"execution_count": 12,
2311+
"execution_count": 11,
23302312
"metadata": {
23312313
"Collapsed": "false"
23322314
},
@@ -2343,7 +2325,7 @@
23432325
},
23442326
{
23452327
"cell_type": "code",
2346-
"execution_count": 13,
2328+
"execution_count": 12,
23472329
"metadata": {
23482330
"Collapsed": "false"
23492331
},
@@ -2402,7 +2384,7 @@
24022384
},
24032385
{
24042386
"cell_type": "code",
2405-
"execution_count": 14,
2387+
"execution_count": 13,
24062388
"metadata": {
24072389
"Collapsed": "false"
24082390
},
@@ -2417,7 +2399,7 @@
24172399
},
24182400
{
24192401
"cell_type": "code",
2420-
"execution_count": 15,
2402+
"execution_count": 14,
24212403
"metadata": {
24222404
"Collapsed": "false"
24232405
},
@@ -2481,7 +2463,7 @@
24812463
},
24822464
{
24832465
"cell_type": "code",
2484-
"execution_count": null,
2466+
"execution_count": 15,
24852467
"metadata": {},
24862468
"outputs": [],
24872469
"source": []

0 commit comments

Comments
 (0)