Skip to content

Commit 181fa55

Browse files
committed
Work on "german" images.
1 parent d50cbc7 commit 181fa55

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

2_Fundamentals.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3540,13 +3540,13 @@
35403540
"\n",
35413541
"In Jupyter, the environment may be switched by switching between Kernels. In an opened Notebook, please use the Kernel-menu (on th top-right corner).\n",
35423542
"\n",
3543-
"It contains the name of the currently selected kernel: ![title](images/Kernel_Auswahl1.png)\n",
3543+
"It contains the name of the currently selected kernel: ![title](images/kernel_selection1.png)\n",
35443544
"\n",
35453545
"Using this menu, you get a drop-down list of the currently available (and the corresponding environments). By selecting the desired kernels and confirming the selection, the environment for a single Notebook may be changed.\n",
35463546
"\n",
3547-
"![title](images/Kernel_Auswahl2.png)\n",
3547+
"![title](images/kernel_selection2.png)\n",
35483548
"\n",
3549-
"![title](images/Kernel_Auswahl3.png)"
3549+
"![title](images/kernel_selection3.png)"
35503550
]
35513551
},
35523552
{

5_Machine_Learning.ipynb

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,19 @@
6161
"- Measuring the reliability of the trained model\n",
6262
"- Training with the training dataset and verifying with the test dataset\n",
6363
"\n",
64-
"![title](images/train_test.png)"
64+
"\n",
65+
"| Hour | # Passengers | Distance travelled | Fare (USD$) |\n",
66+
"|------|--------------|--------------------|------------:|\n",
67+
"| 23 | 5 | 10 | *10* |\n",
68+
"| 22 | 3 | 14 | *11* |\n",
69+
"| 20 | 2 | 17 | *15* |\n",
70+
"| 18 | 1 | 5 | *8* |\n",
71+
"| 13 | 1 | 4 | *6* |\n",
72+
"| 15 | 4 | 43 | *43* |\n",
73+
"| With the test dataset |\n",
74+
"| 16 | 1 | 22 | *27* |\n",
75+
"| 12 | 2 | 1 | *3* |\n",
76+
"| 09 | 3 | 8 | *8* |"
6577
]
6678
},
6779
{

images/Kernel_Auswahl1.png

-1.63 KB
Binary file not shown.

images/Kernel_Auswahl2.png

-8.31 KB
Binary file not shown.

images/Kernel_Auswahl3.png

-25 KB
Binary file not shown.

images/train_test.png

-38.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)