Compare commits
No commits in common. "58909f92bb0db7fb55c52bd664de87f1faf20493" and "4d5b6b8f7ac0a12f3c291e56f5775122b8b55450" have entirely different histories.
58909f92bb
...
4d5b6b8f7a
13 changed files with 5337 additions and 151 deletions
1123
project/python_descriptive.ipynb
Normal file
1123
project/python_descriptive.ipynb
Normal file
File diff suppressed because one or more lines are too long
414
project/python_starter.ipynb
Normal file
414
project/python_starter.ipynb
Normal file
File diff suppressed because one or more lines are too long
1009
project/r_descriptive.ipynb
Normal file
1009
project/r_descriptive.ipynb
Normal file
File diff suppressed because one or more lines are too long
263
project/r_starter.ipynb
Normal file
263
project/r_starter.ipynb
Normal file
File diff suppressed because one or more lines are too long
BIN
project/velib.RData
Normal file
BIN
project/velib.RData
Normal file
Binary file not shown.
1190
project/velibAdds.csv
Normal file
1190
project/velibAdds.csv
Normal file
File diff suppressed because it is too large
Load diff
1190
project/velibLoading.csv
Normal file
1190
project/velibLoading.csv
Normal file
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",
|
||||
"%matplotlib inline \n",
|
||||
"\n",
|
||||
"import numpy as np\n",
|
||||
"import pandas as pd\n",
|
||||
"import matplotlib.pyplot as plt\n",
|
||||
"import time"
|
||||
"import time\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -983,7 +983,7 @@
|
|||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"Score : 0.957923, time running : 0 secondes\n"
|
||||
"Score : 0.958263, time running : 1 secondes\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -1037,8 +1037,8 @@
|
|||
" <tr>\n",
|
||||
" <th>Descendre escalier</th>\n",
|
||||
" <td>4</td>\n",
|
||||
" <td>14</td>\n",
|
||||
" <td>402</td>\n",
|
||||
" <td>13</td>\n",
|
||||
" <td>403</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 14 402 0 \n",
|
||||
"Descendre escalier 4 13 403 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