Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit 64d0652

Browse files
committed
exported some reports
1 parent 4d1c518 commit 64d0652

File tree

11 files changed

+111088
-506
lines changed

11 files changed

+111088
-506
lines changed

cluster-analysis/notebooks/clustering/0-algorithm-check.ipynb

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"text": [
125125
"<class 'pandas.core.frame.DataFrame'>\n",
126126
"RangeIndex: 80 entries, 0 to 79\n",
127-
"Data columns (total 19 columns):\n",
127+
"Data columns (total 20 columns):\n",
128128
" # Column Non-Null Count Dtype \n",
129129
"--- ------ -------------- ----- \n",
130130
" 0 __categories__ 80 non-null object \n",
@@ -146,8 +146,9 @@
146146
" 16 icecat_8778 76 non-null object \n",
147147
" 17 icecat_94 24 non-null float64\n",
148148
" 18 icecat_9689 1 non-null float64\n",
149-
"dtypes: float64(6), object(13)\n",
150-
"memory usage: 12.0+ KB\n"
149+
" 19 icecat_brand_fixed 80 non-null object \n",
150+
"dtypes: float64(6), object(14)\n",
151+
"memory usage: 12.6+ KB\n"
151152
]
152153
}
153154
],
@@ -167,23 +168,24 @@
167168
"text": [
168169
"<class 'pandas.core.frame.DataFrame'>\n",
169170
"Int64Index: 24 entries, 28 to 59\n",
170-
"Data columns (total 12 columns):\n",
171-
" # Column Non-Null Count Dtype \n",
172-
"--- ------ -------------- ----- \n",
173-
" 0 __categories__ 24 non-null object \n",
174-
" 1 __family__ 24 non-null object \n",
175-
" 2 __id__ 24 non-null object \n",
176-
" 3 icecat_1464 24 non-null float64\n",
177-
" 4 icecat_1649 24 non-null float64\n",
178-
" 5 icecat_1650 24 non-null float64\n",
179-
" 6 icecat_4860 24 non-null object \n",
180-
" 7 icecat_6767 24 non-null float64\n",
181-
" 8 icecat_8156 24 non-null object \n",
182-
" 9 icecat_8411 24 non-null object \n",
183-
" 10 icecat_8778 24 non-null object \n",
184-
" 11 icecat_94 24 non-null float64\n",
185-
"dtypes: float64(5), object(7)\n",
186-
"memory usage: 2.4+ KB\n"
171+
"Data columns (total 13 columns):\n",
172+
" # Column Non-Null Count Dtype \n",
173+
"--- ------ -------------- ----- \n",
174+
" 0 __categories__ 24 non-null object \n",
175+
" 1 __family__ 24 non-null object \n",
176+
" 2 __id__ 24 non-null object \n",
177+
" 3 icecat_1464 24 non-null float64\n",
178+
" 4 icecat_1649 24 non-null float64\n",
179+
" 5 icecat_1650 24 non-null float64\n",
180+
" 6 icecat_4860 24 non-null object \n",
181+
" 7 icecat_6767 24 non-null float64\n",
182+
" 8 icecat_8156 24 non-null object \n",
183+
" 9 icecat_8411 24 non-null object \n",
184+
" 10 icecat_8778 24 non-null object \n",
185+
" 11 icecat_94 24 non-null float64\n",
186+
" 12 icecat_brand_fixed 24 non-null object \n",
187+
"dtypes: float64(5), object(8)\n",
188+
"memory usage: 2.6+ KB\n"
187189
]
188190
}
189191
],

0 commit comments

Comments
 (0)