Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -15,9 +15,12 @@ configs: | |
| 15 | 
             
            - config_name: Baseline
         | 
| 16 | 
             
              data_files:
         | 
| 17 | 
             
              - split: train
         | 
| 18 | 
            -
                path: Baseline | 
|  | |
|  | |
| 19 | 
             
              - split: test
         | 
| 20 | 
            -
             | 
|  | |
| 21 | 
             
              description: Default configuration using VarianceThreshold=0.001 with 4,561 features.
         | 
| 22 | 
             
              # features:
         | 
| 23 | 
             
              # - name: hash
         | 
|  | |
| 15 | 
             
            - config_name: Baseline
         | 
| 16 | 
             
              data_files:
         | 
| 17 | 
             
              - split: train
         | 
| 18 | 
            +
                path: Baseline/*_train.parquet
         | 
| 19 | 
            +
            #    path: Baseline/*/*_train.parquet
         | 
| 20 | 
            +
             | 
| 21 | 
             
              - split: test
         | 
| 22 | 
            +
               # path: Baseline/*/*_test.parquet
         | 
| 23 | 
            +
                path: Baseline/*_test.parquet
         | 
| 24 | 
             
              description: Default configuration using VarianceThreshold=0.001 with 4,561 features.
         | 
| 25 | 
             
              # features:
         | 
| 26 | 
             
              # - name: hash
         | 

