Skip to content

Commit 1cb811c

Browse files
committed
update
1 parent 0ed5dd6 commit 1cb811c

File tree

2 files changed

+246
-625
lines changed

2 files changed

+246
-625
lines changed

doc/pub/week2/ipynb/codeskeran.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
{
5050
"cell_type": "code",
51-
"execution_count": 2,
51+
"execution_count": 6,
5252
"metadata": {},
5353
"outputs": [],
5454
"source": [
@@ -71,7 +71,7 @@
7171
},
7272
{
7373
"cell_type": "code",
74-
"execution_count": 3,
74+
"execution_count": 7,
7575
"metadata": {},
7676
"outputs": [],
7777
"source": [
@@ -91,7 +91,7 @@
9191
},
9292
{
9393
"cell_type": "code",
94-
"execution_count": 155,
94+
"execution_count": 8,
9595
"metadata": {},
9696
"outputs": [
9797
{
@@ -214,25 +214,25 @@
214214
},
215215
{
216216
"cell_type": "code",
217-
"execution_count": 15,
217+
"execution_count": 12,
218218
"metadata": {},
219219
"outputs": [
220220
{
221221
"name": "stdout",
222222
"output_type": "stream",
223223
"text": [
224224
"Counter({0: 10000})\n",
225-
"Counter({0: 5046, 1: 4954})\n"
225+
"Counter({1: 5040, 0: 4960})\n"
226226
]
227227
},
228228
{
229229
"data": {
230230
"text/plain": [
231-
"array([[5046, '0'],\n",
232-
" [4954, '1']], dtype=object)"
231+
"array([[4960, '0'],\n",
232+
" [5040, '1']], dtype=object)"
233233
]
234234
},
235-
"execution_count": 15,
235+
"execution_count": 12,
236236
"metadata": {},
237237
"output_type": "execute_result"
238238
}
@@ -328,7 +328,7 @@
328328
"name": "python",
329329
"nbconvert_exporter": "python",
330330
"pygments_lexer": "ipython3",
331-
"version": "3.9.10"
331+
"version": "3.9.15"
332332
}
333333
},
334334
"nbformat": 4,

0 commit comments

Comments
 (0)