Skip to content

Commit

Permalink
add missing brace in widedeep (intel-analytics#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxin2012 committed Oct 30, 2017
1 parent 9f56ab7 commit a4d123e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions apps/wide_n_deep/wide_n_deep.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
"source": [
"train_data.cache()\n",
"print \"Total train records: %s\" % train_data.count()\n",
"test_data.cache\n",
"test_data.cache()\n",
"print \"Total test records: %s\" % test_data.count()"
]
},
Expand Down Expand Up @@ -723,15 +723,6 @@
"plt.title(\"top1 accuracy\")\n",
"plt.grid(True)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit a4d123e

Please sign in to comment.