Datasets:
				
			
			
	
			
			
	
		
		Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -8,6 +8,7 @@ tags: 
     | 
|
| 8 | 
         
             
            pretty_name: Covertype
         
     | 
| 9 | 
         
             
            size_categories:
         
     | 
| 10 | 
         
             
            - 100K<n<1M
         
     | 
| 
         | 
|
| 11 | 
         
             
            ---
         
     | 
| 12 | 
         
             
            # Covertype
         
     | 
| 13 | 
         
             
            Classification of pixels into 7 forest cover types based on attributes such as elevation, aspect, slope, hillshade, soil-type, and more.
         
     | 
| 
         @@ -15,12 +16,11 @@ The [Covertype dataset](https://archive-beta.ics.uci.edu/dataset/31/covertype) f 
     | 
|
| 15 | 
         | 
| 16 | 
         
             
            | **Configuration** | **Task**                  | **Description**                                                 |
         
     | 
| 17 | 
         
             
            |-------------------|---------------------------|-----------------------------------------------------------------|
         
     | 
| 18 | 
         
            -
            | encoding          |                           | Encoding dictionary showing original values of encoded features.|
         
     | 
| 19 | 
         
             
            | covertype         | Multiclass classification | Classify the area as one of 7 cover classes.                    |
         
     | 
| 20 | 
         | 
| 21 | 
         
             
            # Usage
         
     | 
| 22 | 
         
             
            ```python
         
     | 
| 23 | 
         
             
            from datasets import load_dataset
         
     | 
| 24 | 
         | 
| 25 | 
         
            -
            dataset = load_dataset("mstz/covertype" 
     | 
| 26 | 
         
             
            ```
         
     | 
| 
         | 
|
| 8 | 
         
             
            pretty_name: Covertype
         
     | 
| 9 | 
         
             
            size_categories:
         
     | 
| 10 | 
         
             
            - 100K<n<1M
         
     | 
| 11 | 
         
            +
            license: cc
         
     | 
| 12 | 
         
             
            ---
         
     | 
| 13 | 
         
             
            # Covertype
         
     | 
| 14 | 
         
             
            Classification of pixels into 7 forest cover types based on attributes such as elevation, aspect, slope, hillshade, soil-type, and more.
         
     | 
| 
         | 
|
| 16 | 
         | 
| 17 | 
         
             
            | **Configuration** | **Task**                  | **Description**                                                 |
         
     | 
| 18 | 
         
             
            |-------------------|---------------------------|-----------------------------------------------------------------|
         
     | 
| 
         | 
|
| 19 | 
         
             
            | covertype         | Multiclass classification | Classify the area as one of 7 cover classes.                    |
         
     | 
| 20 | 
         | 
| 21 | 
         
             
            # Usage
         
     | 
| 22 | 
         
             
            ```python
         
     | 
| 23 | 
         
             
            from datasets import load_dataset
         
     | 
| 24 | 
         | 
| 25 | 
         
            +
            dataset = load_dataset("mstz/covertype")["train"]
         
     | 
| 26 | 
         
             
            ```
         
     |