Skip to content

Commit 253cc65

Browse files
committed
trying out the model
1 parent e12b0ad commit 253cc65

File tree

5 files changed

+719
-39
lines changed

5 files changed

+719
-39
lines changed

01_utilities.ipynb

+7-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
],
120120
"metadata": {
121121
"kernelspec": {
122-
"display_name": "python3",
122+
"display_name": "Python 3.11.6 64-bit",
123123
"language": "python",
124124
"name": "python3"
125125
},
@@ -133,7 +133,12 @@
133133
"name": "python",
134134
"nbconvert_exporter": "python",
135135
"pygments_lexer": "ipython3",
136-
"version": "3.10.14"
136+
"version": "3.11.6"
137+
},
138+
"vscode": {
139+
"interpreter": {
140+
"hash": "aee8b7b246df8f9039afb4144a1f6fd8d2ca17a180786b69acc140d282b71a49"
141+
}
137142
}
138143
},
139144
"nbformat": 4,

02_pdf.ipynb

+11-6
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
{
3232
"cell_type": "code",
33-
"execution_count": 3,
33+
"execution_count": 4,
3434
"metadata": {},
3535
"outputs": [],
3636
"source": [
@@ -47,7 +47,7 @@
4747
},
4848
{
4949
"cell_type": "code",
50-
"execution_count": 4,
50+
"execution_count": 5,
5151
"metadata": {},
5252
"outputs": [],
5353
"source": [
@@ -77,7 +77,7 @@
7777
},
7878
{
7979
"cell_type": "code",
80-
"execution_count": 5,
80+
"execution_count": 6,
8181
"metadata": {},
8282
"outputs": [
8383
{
@@ -96,7 +96,7 @@
9696
},
9797
{
9898
"cell_type": "code",
99-
"execution_count": 6,
99+
"execution_count": 7,
100100
"metadata": {},
101101
"outputs": [],
102102
"source": [
@@ -456,7 +456,7 @@
456456
],
457457
"metadata": {
458458
"kernelspec": {
459-
"display_name": "python3",
459+
"display_name": "Python 3.11.6 64-bit",
460460
"language": "python",
461461
"name": "python3"
462462
},
@@ -470,7 +470,12 @@
470470
"name": "python",
471471
"nbconvert_exporter": "python",
472472
"pygments_lexer": "ipython3",
473-
"version": "3.10.14"
473+
"version": "3.11.6"
474+
},
475+
"vscode": {
476+
"interpreter": {
477+
"hash": "aee8b7b246df8f9039afb4144a1f6fd8d2ca17a180786b69acc140d282b71a49"
478+
}
474479
}
475480
},
476481
"nbformat": 4,

03_table.ipynb

+16-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
{
2222
"cell_type": "code",
23-
"execution_count": null,
23+
"execution_count": 1,
2424
"metadata": {},
2525
"outputs": [],
2626
"source": [
@@ -110,13 +110,26 @@
110110
],
111111
"metadata": {
112112
"kernelspec": {
113-
"display_name": "python3",
113+
"display_name": "Python 3.11.6 64-bit",
114114
"language": "python",
115115
"name": "python3"
116116
},
117117
"language_info": {
118+
"codemirror_mode": {
119+
"name": "ipython",
120+
"version": 3
121+
},
122+
"file_extension": ".py",
123+
"mimetype": "text/x-python",
118124
"name": "python",
119-
"version": "3.10.14"
125+
"nbconvert_exporter": "python",
126+
"pygments_lexer": "ipython3",
127+
"version": "3.11.6"
128+
},
129+
"vscode": {
130+
"interpreter": {
131+
"hash": "aee8b7b246df8f9039afb4144a1f6fd8d2ca17a180786b69acc140d282b71a49"
132+
}
120133
}
121134
},
122135
"nbformat": 4,

0 commit comments

Comments
 (0)