|
@@ -87,13 +87,13 @@
|
87
|
87
|
"metadata": {},
|
88
|
88
|
"outputs": [],
|
89
|
89
|
"source": [
|
90
|
|
- "# Importation des principals librairies et \n",
|
|
90
|
+ "# Importation des principals librairies et\n",
|
91
|
91
|
"# Affichage des graphiques dans le notebook\n",
|
92
|
|
- "%matplotlib inline \n",
|
|
92
|
+ "\n",
|
93
|
93
|
"import numpy as np\n",
|
94
|
94
|
"import pandas as pd\n",
|
95
|
95
|
"import matplotlib.pyplot as plt\n",
|
96
|
|
- "import time"
|
|
96
|
+ "import time\n"
|
97
|
97
|
]
|
98
|
98
|
},
|
99
|
99
|
{
|
|
@@ -983,7 +983,7 @@
|
983
|
983
|
"name": "stdout",
|
984
|
984
|
"output_type": "stream",
|
985
|
985
|
"text": [
|
986
|
|
- "Score : 0.957923, time running : 0 secondes\n"
|
|
986
|
+ "Score : 0.958263, time running : 1 secondes\n"
|
987
|
987
|
]
|
988
|
988
|
},
|
989
|
989
|
{
|
|
@@ -1037,8 +1037,8 @@
|
1037
|
1037
|
" <tr>\n",
|
1038
|
1038
|
" <th>Descendre escalier</th>\n",
|
1039
|
1039
|
" <td>4</td>\n",
|
1040
|
|
- " <td>14</td>\n",
|
1041
|
|
- " <td>402</td>\n",
|
|
1040
|
+ " <td>13</td>\n",
|
|
1041
|
+ " <td>403</td>\n",
|
1042
|
1042
|
" <td>0</td>\n",
|
1043
|
1043
|
" <td>0</td>\n",
|
1044
|
1044
|
" <td>0</td>\n",
|
|
@@ -1078,7 +1078,7 @@
|
1078
|
1078
|
" Marcher Monter escalier Descendre escalier Assis \\\n",
|
1079
|
1079
|
"Marcher 492 1 3 0 \n",
|
1080
|
1080
|
"Monter escalier 24 445 2 0 \n",
|
1081
|
|
- "Descendre escalier 4 14 402 0 \n",
|
|
1081
|
+ "Descendre escalier 4 13 403 0 \n",
|
1082
|
1082
|
"Assis 0 3 0 431 \n",
|
1083
|
1083
|
"Debout 0 0 0 16 \n",
|
1084
|
1084
|
"Couche 0 0 0 0 \n",
|