Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -26,12 +26,12 @@ configs: | |
| 26 | 
             
            license: cc
         | 
| 27 | 
             
            ---
         | 
| 28 | 
             
            # Lrs
         | 
| 29 | 
            -
            The [Lrs | 
| 30 |  | 
| 31 | 
             
            # Configurations and tasks
         | 
| 32 | 
             
            | **Configuration** | **Task**                  | **Description**              |
         | 
| 33 | 
             
            |-------------------|---------------------------|------------------------------|
         | 
| 34 | 
            -
            | lrs | 
| 35 | 
             
            | lrs_0            | Binary classification     | Is this instance of class 0?  |
         | 
| 36 | 
             
            | lrs_1            | Binary classification     | Is this instance of class 1?  |
         | 
| 37 | 
             
            | lrs_2            | Binary classification     | Is this instance of class 2?  |
         | 
|  | |
| 26 | 
             
            license: cc
         | 
| 27 | 
             
            ---
         | 
| 28 | 
             
            # Lrs
         | 
| 29 | 
            +
            The [Lrs dataset](https://archive-beta.ics.uci.edu/dataset/93/low+resolution+spectrometer) from the [UCI repository](https://archive-beta.ics.uci.edu).
         | 
| 30 |  | 
| 31 | 
             
            # Configurations and tasks
         | 
| 32 | 
             
            | **Configuration** | **Task**                  | **Description**              |
         | 
| 33 | 
             
            |-------------------|---------------------------|------------------------------|
         | 
| 34 | 
            +
            | lrs              | Multiclass classification | Classify lrs type.           |
         | 
| 35 | 
             
            | lrs_0            | Binary classification     | Is this instance of class 0?  |
         | 
| 36 | 
             
            | lrs_1            | Binary classification     | Is this instance of class 1?  |
         | 
| 37 | 
             
            | lrs_2            | Binary classification     | Is this instance of class 2?  |
         |