Skip to content

Commit

Permalink
フォーマット修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tomomotofactory committed Nov 4, 2018
1 parent c7926a0 commit bd1af47
Show file tree
Hide file tree
Showing 2 changed files with 286 additions and 262 deletions.
24 changes: 10 additions & 14 deletions 5-5.ipynb
@@ -1,25 +1,21 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 例5-5. 特徴量ハッシング(別名「ハッシングトリック」)"
]
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"4174"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"import pandas as pd\n",
"import json\n",
"#@# # Load the first 10,000 reviews\n",
"\n",
"# 最初の10,000件のレビューを読み込み\n",
"with open('data/yelp/yelp_academic_dataset_review.json') as f:\n",
" js = []\n",
Expand Down

0 comments on commit bd1af47

Please sign in to comment.