maryzhang commited on
Commit
f1d40df
·
verified ·
1 Parent(s): d6ec233

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -34
README.md CHANGED
@@ -1,5 +1,4 @@
1
- ## **Tabular Dataset README**
2
- ```markdown
3
  ---
4
  dataset_info:
5
  features:
@@ -73,17 +72,26 @@ paperswithcode_id: null
73
  ### Summary Statistics (Original Data)
74
  | Statistic | US Size | Shoe Size (mm) | Actual Length (mm) |
75
  |-----------|---------|----------------|-------------------|
76
- | Mean | 9.5 | 275 | 279 |
77
- | Std Dev | 1.8 | 16 | 17 |
78
- | Min | 6 | 240 | 243 |
79
- | Max | 13 | 310 | 315 |
80
-
81
- ### Correlation Matrix
82
- | | US Size | Shoe Size (mm) | Actual Length |
83
- |--|---------|----------------|---------------|
84
- | US Size | 1.000 | 0.982 | 0.978 |
85
- | Shoe Size (mm) | 0.982 | 1.000 | 0.995 |
86
- | Actual Length | 0.978 | 0.995 | 1.000 |
 
 
 
 
 
 
 
 
 
87
 
88
  ## Dataset Composition
89
 
@@ -229,27 +237,6 @@ score = model.score(X_test, y_test)
229
  print(f"R² Score: {score:.3f}")
230
  ## Exploratory Data Analysis
231
  ```
232
-
233
- ### Summary Statistics (Original Data)
234
- | Statistic | US Size | Shoe Size (mm) | Actual Length (mm) |
235
- |-----------|---------|----------------|-------------------|
236
- | count | 30.0 | 30.0 | 30.0 |
237
- | mean | 9.5 | 275.0 | 279.0 |
238
- | std | 1.8 | 16.0 | 17.0 |
239
- | min | 6.0 | 240.0 | 243.0 |
240
- | 25% | 8.0 | 265.0 | 268.0 |
241
- | 50% | 9.5 | 275.0 | 278.5 |
242
- | 75% | 11.0 | 285.0 | 289.0 |
243
- | max | 13.0 | 310.0 | 315.0 |
244
-
245
- ### Visualizations
246
- ![EDA Plots](eda_plots.png)
247
-
248
- ### Key Findings
249
- - Strong positive correlation (>0.97) between all size measurements
250
- - No missing values in dataset
251
- - Balanced representation across shoe types and brands
252
-
253
  ## Citation
254
  bibtex@dataset{zhang2025shoe,
255
  author = {Mary Zhang},
 
1
+
 
2
  ---
3
  dataset_info:
4
  features:
 
72
  ### Summary Statistics (Original Data)
73
  | Statistic | US Size | Shoe Size (mm) | Actual Length (mm) |
74
  |-----------|---------|----------------|-------------------|
75
+ | count | 30.0 | 30.0 | 30.0 |
76
+ | mean | 5.8 | 227.7 | 230.6 |
77
+ | std | 0.7 | 5.8 | 6.2 |
78
+ | min | 5.0 | 218.0 | 222.0 |
79
+ | 25% | 5.0 | 223.0 | 225.0 |
80
+ | 50% | 6.0 | 230.0 | 230.0 |
81
+ | 75% | 6.0 | 230.0 | 235.0 |
82
+ | max | 7.5 | 240.0 | 240.0 |
83
+
84
+ ### Visualizations
85
+ ![EDA Plots](eda_plots.png)
86
+
87
+ ### Key Findings
88
+ - Strong positive correlation (>0.85) between all size measurements
89
+ - Distribution centered around US size 6 (women's sizing)
90
+ - No missing values in dataset
91
+ - Size range: US 5.0 to 7.5 (women's shoe sizes)
92
+ - Most common brands: Nike (5), Steve Madden (4), Adidas (4)
93
+ - Shoe types: Sneakers (10), Slippers (9), Heels (6), Loafers (3), Boots (2)
94
+ - Colors: Black (9), White (6), Pink (2), Grey (2), others (11)
95
 
96
  ## Dataset Composition
97
 
 
237
  print(f"R² Score: {score:.3f}")
238
  ## Exploratory Data Analysis
239
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  ## Citation
241
  bibtex@dataset{zhang2025shoe,
242
  author = {Mary Zhang},