8 Commits

Author SHA1 Message Date
  Van Nghia Vo 4d5b6b8f7a project: add project 1 year ago
  Van Nghia Vo d258036a4d tp(clustering): add clustering 1 year ago
  Van Nghia Vo 3cc32737ff tp(lda): add lda 1 year ago
  Van Nghia Vo e53f8d21fb tp(pca): add pca 1 year ago
  Van Nghia Vo 58909f92bb tp: add clustering 1 year ago
  Van Nghia Vo 9ce1eac7b8 git: add gitignore 1 year ago
  Van Nghia Vo 763729d97f tp: add lda 1 year ago
  Van Nghia Vo 946750ce5f tp: add pca 1 year ago

+ 1123
- 0
project/python_descriptive.ipynb
File diff suppressed because it is too large
View File


+ 414
- 0
project/python_starter.ipynb
File diff suppressed because it is too large
View File


+ 1009
- 0
project/r_descriptive.ipynb
File diff suppressed because it is too large
View File


+ 263
- 0
project/r_starter.ipynb
File diff suppressed because it is too large
View File


BIN
project/velib.RData View File


+ 1190
- 0
project/velibAdds.csv
File diff suppressed because it is too large
View File


+ 1190
- 0
project/velibLoading.csv
File diff suppressed because it is too large
View File


+ 6
- 6
tp/clustering/agglomerative.ipynb
File diff suppressed because it is too large
View File


+ 57
- 58
tp/clustering/gmm.ipynb
File diff suppressed because it is too large
View File


+ 42
- 41
tp/clustering/intro.ipynb
File diff suppressed because it is too large
View File


+ 23
- 24
tp/clustering/kmeans.ipynb
File diff suppressed because it is too large
View File


+ 13
- 15
tp/clustering/mars/mars.ipynb
File diff suppressed because it is too large
View File


+ 7
- 7
tp/lda/har.ipynb View File

@@ -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",

Loading…
Cancel
Save