Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -1,5 +1,4 @@ | |
| 1 | 
            -
             | 
| 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 | 
            -
            |  | 
| 77 | 
            -
            |  | 
| 78 | 
            -
            |  | 
| 79 | 
            -
            |  | 
| 80 | 
            -
             | 
| 81 | 
            -
             | 
| 82 | 
            -
            | | 
| 83 | 
            -
             | 
| 84 | 
            -
             | 
| 85 | 
            -
             | 
| 86 | 
            -
             | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 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 | 
            -
            
         | 
| 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 | 
            +
            
         | 
| 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},
         |