Skip to content

Commit

Permalink
fix list rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatYYX committed Sep 7, 2018
1 parent 8db151c commit 4df3c8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/step_by_step.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@
},
"source": [
"After a rough inspection, the summaries are:\n",
"\n",
"- Abt\n",
" - It has 1081 items and all items have `id`, `name` and `description`, only 414 items have `price`.\n",
" - It seems `name` is formed in the pattern `{product name} - {model}`\n",
Expand Down Expand Up @@ -788,6 +789,7 @@
"metadata": {},
"source": [
"Notes:\n",
"\n",
"- `cached_property` is set for pre-computing. It's recommended to use if the property generating is time consuming.\n",
"- If you are using persistent Adapter (Redis, HBase) in Dataset, you can reuse it by calling `rltk.Dataset(adapter=...)` without other parameters.\n",
"\n",
Expand Down

0 comments on commit 4df3c8c

Please sign in to comment.