Compare commits
No commits in common. "4d5b6b8f7ac0a12f3c291e56f5775122b8b55450" and "58909f92bb0db7fb55c52bd664de87f1faf20493" have entirely different histories.
4d5b6b8f7a
...
58909f92bb
13 changed files with 151 additions and 5337 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -87,13 +87,13 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# Importation des principals librairies et\n",
|
||||
"# Importation des principals librairies et \n",
|
||||
"# Affichage des graphiques dans le notebook\n",
|
||||
"\n",
|
||||
"%matplotlib inline \n",
|
||||
"import numpy as np\n",
|
||||
"import pandas as pd\n",
|
||||
"import matplotlib.pyplot as plt\n",
|
||||
"import time\n"
|
||||
"import time"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -983,7 +983,7 @@
|
|||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"Score : 0.958263, time running : 1 secondes\n"
|
||||
"Score : 0.957923, time running : 0 secondes\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -1037,8 +1037,8 @@
|
|||
" <tr>\n",
|
||||
" <th>Descendre escalier</th>\n",
|
||||
" <td>4</td>\n",
|
||||
" <td>13</td>\n",
|
||||
" <td>403</td>\n",
|
||||
" <td>14</td>\n",
|
||||
" <td>402</td>\n",
|
||||
" <td>0</td>\n",
|
||||
" <td>0</td>\n",
|
||||
" <td>0</td>\n",
|
||||
|
@ -1078,7 +1078,7 @@
|
|||
" Marcher Monter escalier Descendre escalier Assis \\\n",
|
||||
"Marcher 492 1 3 0 \n",
|
||||
"Monter escalier 24 445 2 0 \n",
|
||||
"Descendre escalier 4 13 403 0 \n",
|
||||
"Descendre escalier 4 14 402 0 \n",
|
||||
"Assis 0 3 0 431 \n",
|
||||
"Debout 0 0 0 16 \n",
|
||||
"Couche 0 0 0 0 \n",
|
||||
|
|
Loading…
Reference in a new issue