add derived per-parent outlier sub_categories
Browse files- cat_outliers.json +24 -0
cat_outliers.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Shoes": [
|
| 3 |
+
"Socks"
|
| 4 |
+
],
|
| 5 |
+
"Bags": [
|
| 6 |
+
"Laptop Bags & Sleeves"
|
| 7 |
+
],
|
| 8 |
+
"Hair Care": [
|
| 9 |
+
"Hair Extensions & Wigs"
|
| 10 |
+
],
|
| 11 |
+
"Sportswear": [
|
| 12 |
+
"Sports Sandals & Slides",
|
| 13 |
+
"Running Shoes"
|
| 14 |
+
],
|
| 15 |
+
"Lingerie & Underwear": [
|
| 16 |
+
"Bridal Lingerie"
|
| 17 |
+
],
|
| 18 |
+
"Denim": [
|
| 19 |
+
"Denim Two-piece Outfits"
|
| 20 |
+
],
|
| 21 |
+
"Plus Size": [
|
| 22 |
+
"Plus Size Jumpsuits"
|
| 23 |
+
]
|
| 24 |
+
}
|