Skip to content

Commit

Permalink
Worked through the examples again.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpatzelt committed Sep 28, 2017
1 parent bee49bf commit c793149
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 1,016 deletions.
26 changes: 14 additions & 12 deletions examples/pandas_groups_and_bias.ipynb

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions examples/scorr_periodic_vs_aperiodic_vs_unbiased.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -885,8 +885,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 41.1 ms, sys: 10.9 ms, total: 51.9 ms\n",
"Wall time: 51.3 ms\n"
"CPU times: user 50.9 ms, sys: 15.6 ms, total: 66.6 ms\n",
"Wall time: 66.6 ms\n"
]
}
],
Expand All @@ -897,7 +897,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 6,
"metadata": {
"scrolled": true
},
Expand All @@ -906,8 +906,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 5.01 s, sys: 12.4 ms, total: 5.02 s\n",
"Wall time: 5.03 s\n"
"CPU times: user 5.26 s, sys: 43.8 ms, total: 5.31 s\n",
"Wall time: 5.35 s\n"
]
}
],
Expand All @@ -922,7 +922,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 7,
"metadata": {
"scrolled": false
},
Expand Down Expand Up @@ -1719,10 +1719,10 @@
{
"data": {
"text/plain": [
"<matplotlib.text.Text at 0x10f9894d0>"
"<matplotlib.text.Text at 0x10b40bc10>"
]
},
"execution_count": 8,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -1749,7 +1749,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -1763,7 +1763,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 9,
"metadata": {
"scrolled": true
},
Expand All @@ -1772,8 +1772,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 52 ms, sys: 2.04 ms, total: 54 ms\n",
"Wall time: 52.2 ms\n"
"CPU times: user 71.3 ms, sys: 1.09 ms, total: 72.4 ms\n",
"Wall time: 74.6 ms\n"
]
}
],
Expand All @@ -1790,7 +1790,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 10,
"metadata": {
"scrolled": true
},
Expand All @@ -1800,8 +1800,8 @@
"output_type": "stream",
"text": [
"1000\n",
"CPU times: user 1.16 ms, sys: 1 ms, total: 2.16 ms\n",
"Wall time: 1.3 ms\n"
"CPU times: user 1.32 ms, sys: 981 µs, total: 2.3 ms\n",
"Wall time: 1.47 ms\n"
]
}
],
Expand All @@ -1813,7 +1813,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 11,
"metadata": {
"scrolled": false
},
Expand Down Expand Up @@ -2610,10 +2610,10 @@
{
"data": {
"text/plain": [
"<matplotlib.text.Text at 0x10b86a050>"
"<matplotlib.text.Text at 0x10db5b390>"
]
},
"execution_count": 16,
"execution_count": 11,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -2647,7 +2647,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 12,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -2661,7 +2661,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 13,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -2677,7 +2677,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 14,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -2698,7 +2698,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 15,
"metadata": {
"scrolled": false
},
Expand Down Expand Up @@ -3495,10 +3495,10 @@
{
"data": {
"text/plain": [
"<matplotlib.text.Text at 0x10fba88d0>"
"<matplotlib.text.Text at 0x10dbf2250>"
]
},
"execution_count": 20,
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
Expand Down
Loading

0 comments on commit c793149

Please sign in to comment.